summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/hd-sdiv.sy
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-03 15:36:38 -0500
committerGitHub <noreply@github.com>2017-11-03 15:36:38 -0500
commit5cafed748989602263b8ad1a27ac6b9bd159a441 (patch)
treeb0e474f47251d480dce48637e73f663aba0dd179 /test/regress/regress1/sygus/hd-sdiv.sy
parent3f2c2c745ae2f13441c1cabd363e6539c9bdaeb9 (diff)
Sygus clean main (#1297)
* Remove front end hack for sygus. * Remove other hack, add sygus solution output mode. * Clang format * Minor * Fix * Minor * Remove unused field.
Diffstat (limited to 'test/regress/regress1/sygus/hd-sdiv.sy')
-rw-r--r--test/regress/regress1/sygus/hd-sdiv.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/hd-sdiv.sy b/test/regress/regress1/sygus/hd-sdiv.sy
index 019b48a1c..37e1daf88 100644
--- a/test/regress/regress1/sygus/hd-sdiv.sy
+++ b/test/regress/regress1/sygus/hd-sdiv.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si=none --no-dump-synth
+; COMMAND-LINE: --cegqi-si=none --sygus-out=status
(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