summaryrefslogtreecommitdiff
path: root/test/unit/parser/parser_black.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-06 20:07:51 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-06 20:07:51 +0000
commite909abcaf122e7c426d2b078728679f43a8ca442 (patch)
tree76b30fe96fe097770e7ab90518d945fd41555b76 /test/unit/parser/parser_black.h
parent4e365ace4baa9eb519268c621ac69843a0599208 (diff)
Implementing Rational::fromDecimal and adding support for real constants in SMT parsers
Diffstat (limited to 'test/unit/parser/parser_black.h')
-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