summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.01.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/arith.01.cvc')
-rw-r--r--test/regress/regress0/arith/arith.01.cvc5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/regress/regress0/arith/arith.01.cvc b/test/regress/regress0/arith/arith.01.cvc
deleted file mode 100644
index 08d591590..000000000
--- a/test/regress/regress0/arith/arith.01.cvc
+++ /dev/null
@@ -1,5 +0,0 @@
-% EXPECT: entailed
-x : REAL;
-y : REAL;
-
-QUERY (x * y ) = (y * x);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback