summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.06.cvc
blob: b9cb1cd8a1d8dcf2e36538b663391fbb98d4d2ec (plain)
1
2
3
4
5
6
7
8
9
% 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 '/^$/d'
% EXPECT: A non-linear fact (involving div/mod/divisibility) was asserted to arithmetic in a linear logic: TERM
% EXPECT: if you only use division (or modulus) by a constant value, or if you only use the divisibility-by-k predicate, try using the --rewrite-divk option.
% 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