summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrayinuf_error.smt2
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-03-05 14:48:08 -0500
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-03-05 16:18:27 -0500
commita06ad1d49a4b76c686f1b2eca64830b0f3eddc0a (patch)
tree07f0258ca19230ddafcce8fe95674ace6fa77565 /test/regress/regress0/arrayinuf_error.smt2
parent2f13bdf81d0477b4ab807a118e493ea0c5357e2f (diff)
Array smtlib compliance tests
Diffstat (limited to 'test/regress/regress0/arrayinuf_error.smt2')
-rw-r--r--test/regress/regress0/arrayinuf_error.smt24
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regress/regress0/arrayinuf_error.smt2 b/test/regress/regress0/arrayinuf_error.smt2
new file mode 100644
index 000000000..d029b2b6a
--- /dev/null
+++ b/test/regress/regress0/arrayinuf_error.smt2
@@ -0,0 +1,4 @@
+; EXPECT-ERROR: (error "Parse Error: arrayinuf_error.smt2:3.21: Symbol 'Array' not declared as a type")
+(set-logic QF_UF)
+(declare-fun a (Array Bool Bool))
+; EXIT: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback