summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.03.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/logops.03.cvc')
-rw-r--r--test/regress/regress0/logops.03.cvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/logops.03.cvc b/test/regress/regress0/logops.03.cvc
index 42298a8f4..1c86ce594 100644
--- a/test/regress/regress0/logops.03.cvc
+++ b/test/regress/regress0/logops.03.cvc
@@ -1,3 +1,3 @@
a, b, c: BOOLEAN;
-% EXPECT: valid
+% EXPECT: entailed
QUERY (IF c THEN a ELSE b ENDIF) <=> ((c AND a) OR (NOT c AND b));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback