summaryrefslogtreecommitdiff
path: root/test/regress/regress0/test11.cvc
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-02-04 21:01:04 +0000
committerTim King <taking@cs.nyu.edu>2010-02-04 21:01:04 +0000
commitc6f86de8077f667ab2b2e9aac53d60d93ea2da93 (patch)
tree028e32de75592993169290f4cdf0cd27a447d89c /test/regress/regress0/test11.cvc
parent3203c9bf8ec818b287c8b4030bb4b71d48ede9f1 (diff)
Moved regressions into various levels based on running time.
Diffstat (limited to 'test/regress/regress0/test11.cvc')
-rw-r--r--test/regress/regress0/test11.cvc11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress0/test11.cvc b/test/regress/regress0/test11.cvc
new file mode 100644
index 000000000..ff0880b2a
--- /dev/null
+++ b/test/regress/regress0/test11.cvc
@@ -0,0 +1,11 @@
+%% Regression level = 0
+%% Result = Valid
+%% Runtime = 1
+%% Language = presentation
+
+x, y : BOOLEAN;
+
+ASSERT (x OR y);
+ASSERT NOT (x OR y);
+
+QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback