summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug322b.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/bug322b.cvc')
-rw-r--r--test/regress/regress0/bug322b.cvc11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/regress/regress0/bug322b.cvc b/test/regress/regress0/bug322b.cvc
deleted file mode 100644
index 0e06cbc13..000000000
--- a/test/regress/regress0/bug322b.cvc
+++ /dev/null
@@ -1,11 +0,0 @@
-% COMMAND-LINE: --incremental
-% EXPECT: entailed
-% EXPECT: entailed
-% EXPECT: entailed
-x : INT;
-y : INT = x + 1;
-z : INT = -10;
-identity : INT -> INT = LAMBDA(x:INT) : x;
-QUERY identity(x) = x;
-QUERY identity(y) > x;
-QUERY identity(z) = -10;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback