summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/bug716.1.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/bug716.1.cvc')
-rw-r--r--test/regress/regress0/arith/bug716.1.cvc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/regress/regress0/arith/bug716.1.cvc b/test/regress/regress0/arith/bug716.1.cvc
deleted file mode 100644
index d9330c727..000000000
--- a/test/regress/regress0/arith/bug716.1.cvc
+++ /dev/null
@@ -1,6 +0,0 @@
-% 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