summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/hd-sdiv.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/hd-sdiv.sy')
-rw-r--r--test/regress/regress0/sygus/hd-sdiv.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/hd-sdiv.sy b/test/regress/regress0/sygus/hd-sdiv.sy
index 3ac9334b2..019b48a1c 100644
--- a/test/regress/regress0/sygus/hd-sdiv.sy
+++ b/test/regress/regress0/sygus/hd-sdiv.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi --no-cegqi-si --no-dump-synth
+; COMMAND-LINE: --cegqi-si=none --no-dump-synth
(set-logic BV)
(define-fun hd01 ((x (BitVec 32))) (BitVec 32) (bvand x #x00000001))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback