]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-2-s.tmpl
fix std::string constructed from nullptr
[xonotic/gmqcc.git] / tests / truth-flags-2-s.tmpl
index 3de75ebf0777e7d7a8f77ffd9be0fd3f4c68b3fe..d964488d2ac563fc10e4c09ebc2a5530e7486246 100644 (file)
@@ -2,7 +2,7 @@ I: truth-flags-2.qc
 D: logic flags
 T: -execute
 C: -std=fteqcc -fshort-logic -ftrue-empty-strings
-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