summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/constant-dec-tree-bug.sy
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-05 09:19:56 -0600
committerGitHub <noreply@github.com>2019-12-05 09:19:56 -0600
commitf17b72fcdb535a5c06620900d2c35d2709abe968 (patch)
tree408a48f718858c3623afbe1d8b99cab79cedaf35 /test/regress/regress1/sygus/constant-dec-tree-bug.sy
parent97c2553d0b0535bd47517f755897c441e223568e (diff)
Refactor mode options for Unif+PI (#3531)
Diffstat (limited to 'test/regress/regress1/sygus/constant-dec-tree-bug.sy')
-rw-r--r--test/regress/regress1/sygus/constant-dec-tree-bug.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/constant-dec-tree-bug.sy b/test/regress/regress1/sygus/constant-dec-tree-bug.sy
index 15df2d507..7229dea2e 100644
--- a/test/regress/regress1/sygus/constant-dec-tree-bug.sy
+++ b/test/regress/regress1/sygus/constant-dec-tree-bug.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status --sygus-unif
+; COMMAND-LINE: --sygus-out=status --sygus-unif-pi=complete
(set-logic SAT)
(synth-fun u ((x Int)) Int)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback