summaryrefslogtreecommitdiff
path: root/test/regress/regress1/error.cvc
blob: 8f76c798a6b088c184af583ebe7c775a2fbdf29c (plain)
1
2
3
4
5
6
7
% ERROR-SCRUBBER: sed -e '/^[[:space:]]*$/d'
% EXPECT-ERROR: CVC4 Error:
% EXPECT-ERROR: Parse Error: error.cvc:6.8: Symbol 'BOOL' not declared as a type
% EXPECT-ERROR:   p : BOOL;
% EXPECT-ERROR:       ^
p : BOOL;
% EXIT: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback