summaryrefslogtreecommitdiff
path: root/test/regress/regress2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-25 16:19:58 -0500
committerGitHub <noreply@github.com>2018-05-25 16:19:58 -0500
commitb25c979f6db06a4aad82f0e18fc8432f85707347 (patch)
treebc83f304cab407e76828f37ec3fc8a0296c1c267 /test/regress/regress2
parent9fc8a7885c89e488daeeaf73c9f099b9d906f3ca (diff)
Reenable repair const (#1983)
Diffstat (limited to 'test/regress/regress2')
-rw-r--r--test/regress/regress2/sygus/vcb.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress2/sygus/vcb.sy b/test/regress/regress2/sygus/vcb.sy
index 7f895fae4..d8d4ff9bb 100644
--- a/test/regress/regress2/sygus/vcb.sy
+++ b/test/regress/regress2/sygus/vcb.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status
+; COMMAND-LINE: --sygus-out=status --no-sygus-repair-const
(set-logic LIA)
(synth-fun f1 ((x1 Int) (x2 Int)) Int)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback