]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/correct-logic-1.tmpl
Some things. Fix testsuite as well. One test will fail (inexact).
[xonotic/gmqcc.git] / tests / correct-logic-1.tmpl
index b151f460af89f2aa2036a98bc284b4a2c3330bb2..c007ffbaf8e56f3700c9303b5556d2f540d2df5c 100644 (file)
@@ -2,7 +2,7 @@ I: correct-logic.qc
 D: vector logic flags
 T: -execute
 C: -std=fteqcc
-M:          ! & | i N
+M:         ! & | i N
 M: 0, 0 -> 1 0 0 0 1
 M: 0, x -> 1 0 1 0 1
 M: x, 0 -> 0 0 1 1 0