summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-27 15:02:43 -0500
committerGitHub <noreply@github.com>2021-05-27 20:02:43 +0000
commit8d63f44d93ae91c5b89a9cf866ba33c954465398 (patch)
treed38a3f502cbfc3ae0a50a9e9e32788f14c72d37f /test/regress/regress0
parentc95d4c5473e8c26832fef89a9a42275517a42613 (diff)
Fix spurious assertion for trivial abduction (#6629)
Fixes 2nd benchmark from #6605.
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/issue6605-2-abd-triv.smt24
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regress/regress0/issue6605-2-abd-triv.smt2 b/test/regress/regress0/issue6605-2-abd-triv.smt2
new file mode 100644
index 000000000..7eaaff6b5
--- /dev/null
+++ b/test/regress/regress0/issue6605-2-abd-triv.smt2
@@ -0,0 +1,4 @@
+; COMMAND-LINE: --produce-abducts
+; EXPECT: (define-fun A () Bool true)
+(set-logic ALL)
+(get-abduct A true)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback