summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-28 23:24:43 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-05-28 23:24:43 -0700
commitc55727934f82497b97f6d72f16a57531d42dc6c1 (patch)
treefd6dcd2820dd17deb316fb67de00e99d3739c535
parentff80903bfb647063d80c239a001660ec98816127 (diff)
Add missing file
-rw-r--r--test/regress/regress0/lang_opts.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress0/lang_opts.smt2 b/test/regress/regress0/lang_opts.smt2
new file mode 100644
index 000000000..5a56960f0
--- /dev/null
+++ b/test/regress/regress0/lang_opts.smt2
@@ -0,0 +1,7 @@
+; Check that the language set in the command line options has higher priority
+; than the language specified in the input file.
+;
+; COMMAND-LINE: --lang=smt2.5
+; EXPECT: "LANG_SMTLIB_V2_5"
+(set-info :smt-lib-version 2.6)
+(get-option :input-language)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback