]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-1-s.tmpl
Some things. Fix testsuite as well. One test will fail (inexact).
[xonotic/gmqcc.git] / tests / truth-flags-1-s.tmpl
index 770f306eb68439a617a71708d8bb07b567667a5d..90d3affa74ee597ef40716a22a442fc8c58b044f 100644 (file)
@@ -2,7 +2,7 @@ I: truth-flags-2.qc
 D: logic flags
 T: -execute
 C: -std=fteqcc -fshort-logic
-M:                  ! & | i N
+M:                 ! & | i N
 M: 'str', 'str' -> 0 1 1 1 0
 M: 'str', ''    -> 0 1 1 1 0
 M: 'str', 0     -> 0 0 1 1 0