summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/enum-test.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus/enum-test.sy')
-rw-r--r--test/regress/regress1/sygus/enum-test.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/enum-test.sy b/test/regress/regress1/sygus/enum-test.sy
index 55b2eb69e..b5fbe4306 100644
--- a/test/regress/regress1/sygus/enum-test.sy
+++ b/test/regress/regress1/sygus/enum-test.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --lang=sygus2 --cegqi-si=all --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --sygus-si=all --sygus-out=status
(set-logic LIA)
;; this is the custom enumeration datatype syntax from an early proposal of the sygus standard
(define-sort D (Enum (a b)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback