summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus-abduct-ex1-grammar.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus-abduct-ex1-grammar.smt2')
-rw-r--r--test/regress/regress1/sygus-abduct-ex1-grammar.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus-abduct-ex1-grammar.smt2 b/test/regress/regress1/sygus-abduct-ex1-grammar.smt2
index 17971f184..bda237676 100644
--- a/test/regress/regress1/sygus-abduct-ex1-grammar.smt2
+++ b/test/regress/regress1/sygus-abduct-ex1-grammar.smt2
@@ -19,7 +19,7 @@
; since it is spurious: (>= j 0) is a stronger solution and will be enumerated
; first.
(get-abduct A
- (not (<= n m))
+ (<= n m)
((GA Bool) (GI Int))
(
(GA Bool ((>= GI GI)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback