summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.02.cvc
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-11 11:04:48 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-11 11:04:48 -0500
commit36e939d31e8ac8fe2866f996af44ea268447c295 (patch)
tree4f626fb54d0c2fd21a70149cf14f1b125c494bb4 /test/regress/regress0/arith/arith.02.cvc
parent3ac85900def24af684565f77fe80589595998ad2 (diff)
Change exit status to be more consistent with other command-line tools: 0 success, nonzero error
Diffstat (limited to 'test/regress/regress0/arith/arith.02.cvc')
-rw-r--r--test/regress/regress0/arith/arith.02.cvc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/arith.02.cvc b/test/regress/regress0/arith/arith.02.cvc
index 76a7a4338..d7b0291f7 100644
--- a/test/regress/regress0/arith/arith.02.cvc
+++ b/test/regress/regress0/arith/arith.02.cvc
@@ -4,4 +4,3 @@ y : REAL;
z : REAL;
QUERY x*(y*z) = (x*y)*z;
-% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback