summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.03.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/arith.03.cvc')
-rw-r--r--test/regress/regress0/arith/arith.03.cvc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/arith.03.cvc b/test/regress/regress0/arith/arith.03.cvc
index 007adf1d6..288c341ef 100644
--- a/test/regress/regress0/arith/arith.03.cvc
+++ b/test/regress/regress0/arith/arith.03.cvc
@@ -3,4 +3,3 @@ x : REAL;
y : REAL;
QUERY (x + y)*(x + y) = x*x + 2*x*y + y*y;
-% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback