From ed3bc77005060a5745696519da31babd745181a7 Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 14 Sep 2010 19:37:31 +0000 Subject: * added test/regress/regress0/arith for easy arithmetic regress tests. --- test/regress/regress0/arith/arith.01.cvc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/regress/regress0/arith/arith.01.cvc (limited to 'test/regress/regress0/arith/arith.01.cvc') diff --git a/test/regress/regress0/arith/arith.01.cvc b/test/regress/regress0/arith/arith.01.cvc new file mode 100644 index 000000000..5b4a33bed --- /dev/null +++ b/test/regress/regress0/arith/arith.01.cvc @@ -0,0 +1,6 @@ +% EXPECT: VALID +x : REAL; +y : REAL; + +QUERY (x * y ) = (y * x); +% EXIT: 20 -- cgit v1.2.3