summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-03-04 22:16:21 -0500
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-03-05 14:53:42 -0500
commit831feca5415d7da807542cb1820909f09675b31b (patch)
tree528f36366dabe994aa62630a63519031b33221f8 /test/regress/regress0
parentdf554608cc47684be08d8be7c427027b7c5e8eb2 (diff)
Don't tokenize SET_THEORY operators in smt2 parser
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/error.cvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/error.cvc b/test/regress/regress0/error.cvc
index 6d1641092..dd3db0fdd 100644
--- a/test/regress/regress0/error.cvc
+++ b/test/regress/regress0/error.cvc
@@ -1,4 +1,4 @@
% EXPECT-ERROR: CVC4 Error:
-% EXPECT-ERROR: Parse Error: error.cvc:3.8: Symbol BOOL not declared as a type
+% EXPECT-ERROR: Parse Error: error.cvc:3.8: Symbol 'BOOL' not declared as a type
p : BOOL;
% EXIT: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback