summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-12 01:41:45 -0500
committerGitHub <noreply@github.com>2020-08-11 23:41:45 -0700
commit0e39025474cb32a3b96ebc93afd8a761ca0ec9ef (patch)
treeccba518a1bf74b8dfb64e3655daa7ed419a6f7ad
parent66836c5fd879c92bddbca52d4b1802213f227a44 (diff)
Fix unsupported option in regress1. (#4874)
Fixes regress1.
-rw-r--r--test/regress/regress1/quantifiers/issue4021-ind-opts.smt21
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2 b/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2
index c9d4eb034..03bbd9469 100644
--- a/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2
+++ b/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2
@@ -2,7 +2,6 @@
(set-option :ag-miniscope-quant true)
(set-option :conjecture-gen true)
(set-option :int-wf-ind true)
-(set-option :quant-model-ee true)
(set-option :sygus-inference true)
(set-option :uf-ho true)
(set-info :status unsat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback