summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-28 10:39:48 -0500
committerGitHub <noreply@github.com>2018-08-28 10:39:48 -0500
commit421a093844d9249f2735ff4b0b44f6d2b086d81d (patch)
tree90957cc688ef919e462b9c88ed38ee8e0a43d5fe /test/regress/regress0
parent3cf5492a8943b71bb4021f1a78cf28cdfafa4289 (diff)
Fix sort inference for quantified variables of interpreted types (#2393)
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/fmf/sort-infer-typed-082718.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress0/fmf/sort-infer-typed-082718.smt2 b/test/regress/regress0/fmf/sort-infer-typed-082718.smt2
new file mode 100644
index 000000000..6d026ff5b
--- /dev/null
+++ b/test/regress/regress0/fmf/sort-infer-typed-082718.smt2
@@ -0,0 +1,6 @@
+; COMMAND-LINE: --sort-inference --finite-model-find --no-check-unsat-cores --no-check-proofs
+; EXPECT: unsat
+(set-logic ALL)
+(assert (not (exists ((X Int)) (not (= X 12)) )))
+(check-sat)
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback