summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qid-debug-inst.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-07-03 10:44:30 -0700
committerGitHub <noreply@github.com>2021-07-03 17:44:30 +0000
commitc56eaf4423fbf65663a4e03c8a60ed937c99de7d (patch)
treec7b4d8d67f09441cac77a8100db49b6bf41e8230 /test/regress/regress1/quantifiers/qid-debug-inst.smt2
parentde0401e53e4baab30a5e78d5bd51048348b1e1ce (diff)
Add output tags -o, --output. (#6826)
Output tags are similar to debug/trace tags, but are always enabled (except for muzzled builds) to provide useful information for users. Available output tags can be queried via -o help/--output help and are specified in the base options module via enum values. Co-authored-by: Gereon Kremer <nafur42@gmail.com>
Diffstat (limited to 'test/regress/regress1/quantifiers/qid-debug-inst.smt2')
-rw-r--r--test/regress/regress1/quantifiers/qid-debug-inst.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/qid-debug-inst.smt2 b/test/regress/regress1/quantifiers/qid-debug-inst.smt2
index b43c9697a..7b943f479 100644
--- a/test/regress/regress1/quantifiers/qid-debug-inst.smt2
+++ b/test/regress/regress1/quantifiers/qid-debug-inst.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --debug-inst --no-check-unsat-cores
+; COMMAND-LINE: -o inst --no-check-unsat-cores
; EXPECT: (num-instantiations myQuant1 1)
; EXPECT: (num-instantiations myQuant2 1)
; EXPECT: unsat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback