summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.06.cvc
blob: 071a2278f15bc7992af2112da4b86cfb9654a3c3 (plain)
1
2
3
4
5
6
7
8
9
% COMMAND-LINE: --force-logic=QF_LRA
% SCRUBBER: sed -e 's/The fact in question: .*$/The fact in question: TERM/' -e 's/in a linear logic: .*$/in a linear logic: TERM/' -e '/^[[:space:]]*$/d'
% EXPECT: A non-linear fact was asserted to arithmetic in a linear logic.
% EXPECT: The fact in question: TERM
% EXIT: 1

n : REAL;

QUERY (n/n) = 1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback