summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.01.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/logops.01.cvc')
-rw-r--r--test/regress/regress0/logops.01.cvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/logops.01.cvc b/test/regress/regress0/logops.01.cvc
index 5348cf7e4..9a247d2c6 100644
--- a/test/regress/regress0/logops.01.cvc
+++ b/test/regress/regress0/logops.01.cvc
@@ -1,4 +1,4 @@
a, b, c: BOOLEAN;
-% EXPECT: VALID
+% EXPECT: valid
QUERY (a XOR b) <=> (NOT a AND b) OR (NOT b AND a);
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback