]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/correct-logic-2.tmpl
Parameter omitting in fteqcc is disallowed.
[xonotic/gmqcc.git] / tests / correct-logic-2.tmpl
index 7ecd3df1473358ba4060fe7cd507f779a5dfc6b1..2e79ec3c021da2d65cb3c40f4c6be381e1ff443f 100644 (file)
@@ -2,7 +2,7 @@ I: correct-logic.qc
 D: vector logic flags
 T: -execute
 C: -std=fteqcc -fcorrect-logic
-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