summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/lra-triv-gn.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/lra-triv-gn.smt2')
-rw-r--r--test/regress/regress0/quantifiers/lra-triv-gn.smt24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/quantifiers/lra-triv-gn.smt2 b/test/regress/regress0/quantifiers/lra-triv-gn.smt2
index ccd31c463..1598f7097 100644
--- a/test/regress/regress0/quantifiers/lra-triv-gn.smt2
+++ b/test/regress/regress0/quantifiers/lra-triv-gn.smt2
@@ -1,7 +1,7 @@
-; COMMAND-LINE: --global-negate --no-check-unsat-cores
+; COMMAND-LINE: --global-negate --no-check-unsat-cores --no-check-proofs
; EXPECT: unsat
(set-logic LRA)
(set-info :status unsat)
(assert (not (exists ((?X Real)) (>= (/ (- 13) 4) ?X))))
(check-sat)
-(exit) \ No newline at end of file
+(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback