summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/parametric-lists.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/parametric-lists.smt2')
-rw-r--r--test/regress/regress0/quantifiers/parametric-lists.smt22
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/parametric-lists.smt2 b/test/regress/regress0/quantifiers/parametric-lists.smt2
index c117934f8..c45152d6f 100644
--- a/test/regress/regress0/quantifiers/parametric-lists.smt2
+++ b/test/regress/regress0/quantifiers/parametric-lists.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --lang=smt2.5
+; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)
(declare-datatypes (T) ((List (cons (head T) (tail (List T))) (nil))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback