projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b384f
)
chris and i committed the same fix; reverting the (now duplicated) fix
author
Morgan Deters
<mdeters@gmail.com>
Wed, 7 Jul 2010 05:38:01 +0000
(
05:38
+0000)
committer
Morgan Deters
<mdeters@gmail.com>
Wed, 7 Jul 2010 05:38:01 +0000
(
05:38
+0000)
test/regress/regress0/ite.cvc
patch
|
blob
|
history
diff --git
a/test/regress/regress0/ite.cvc
b/test/regress/regress0/ite.cvc
index 19989e60881f6aebf5294003fb43e8c45f57dd09..0a3e7535aa2f436b72afc19adbdfc307a40e626b 100644
(file)
--- a/
test/regress/regress0/ite.cvc
+++ b/
test/regress/regress0/ite.cvc
@@
-2,4
+2,3
@@
% EXIT: 20
x, y : REAL;
CHECKSAT (NOT (x = IF TRUE THEN x ELSE y ENDIF));
-% EXIT: 20