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