summaryrefslogtreecommitdiff
path: root/test/unit/parser
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser')
-rw-r--r--test/unit/parser/parser_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/parser/parser_black.h b/test/unit/parser/parser_black.h
index b8060086f..da636353e 100644
--- a/test/unit/parser/parser_black.h
+++ b/test/unit/parser/parser_black.h
@@ -173,8 +173,8 @@ const string goodSmt2Exprs[] = {
"(= (xor a b) (and (or a b) (not (and a b))))",
"(ite a (f x) y)",
"1",
- "0"// ,
-// "1.5"
+ "0",
+ "1.5"
};
const int numGoodSmt2Exprs = sizeof(goodSmt2Exprs) / sizeof(string);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback