summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/bug716.1.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/bug716.1.cvc')
-rw-r--r--test/regress/regress1/arith/bug716.1.cvc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/bug716.1.cvc b/test/regress/regress1/arith/bug716.1.cvc
new file mode 100644
index 000000000..d9330c727
--- /dev/null
+++ b/test/regress/regress1/arith/bug716.1.cvc
@@ -0,0 +1,6 @@
+% EXPECT: The POW(^) operator can only be used with a natural number in the exponent. Exception occurred in:
+% EXPECT: 2 ^ x
+% EXIT: 1
+x: INT;
+ASSERT 2^x = 8;
+QUERY x=3;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback