summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-14 08:58:33 -0500
committerGitHub <noreply@github.com>2021-04-14 13:58:33 +0000
commit3114f91e3fc62380a18dd0c9b8607b564d609640 (patch)
treed9d31438c3c11c9899e7bbb2a54a0271e702b166 /test/regress/regress0/sygus
parentd1eee40cc8788d38ec7431ea8d7429a5573a101c (diff)
Warn about infeasible SyGuS conjectures (#6345)
Diffstat (limited to 'test/regress/regress0/sygus')
-rw-r--r--test/regress/regress0/sygus/pbe-pred-contra.sy2
-rw-r--r--test/regress/regress0/sygus/univ_3-long-repeat-conflict.sy2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/sygus/pbe-pred-contra.sy b/test/regress/regress0/sygus/pbe-pred-contra.sy
index 5bd6ebae4..927d1bf0e 100644
--- a/test/regress/regress0/sygus/pbe-pred-contra.sy
+++ b/test/regress/regress0/sygus/pbe-pred-contra.sy
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --lang=sygus2 --sygus-si=none --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --sygus-si=none --sygus-out=status -q
; EXPECT: unknown
(set-logic LIA)
(synth-fun P ((x Int)) Bool)
diff --git a/test/regress/regress0/sygus/univ_3-long-repeat-conflict.sy b/test/regress/regress0/sygus/univ_3-long-repeat-conflict.sy
index b9bd8e815..abcccd2ab 100644
--- a/test/regress/regress0/sygus/univ_3-long-repeat-conflict.sy
+++ b/test/regress/regress0/sygus/univ_3-long-repeat-conflict.sy
@@ -1,5 +1,5 @@
; EXPECT: unknown
-; COMMAND-LINE: --lang=sygus2 --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --sygus-out=status -q
(set-logic SLIA)
(synth-fun f ((col1 String) (col2 String)) String
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback