summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug310.cvc
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-02-29 20:06:21 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-02-29 20:06:21 +0000
commit9062483193f4ec9b38aaa57b228cae1fb551566a (patch)
tree09f8ccefbd00ff5f63b12a501076e0e0aa4aac80 /test/regress/regress0/bug310.cvc
parent39af3d2f0391aba90a1941433dfd57e37218f3c2 (diff)
fixing bug310
* theories that are parametric and therefore need the combination framwork should be tagged as "parametric" in the kinds file * default care graph computation was not sufficient, fixed
Diffstat (limited to 'test/regress/regress0/bug310.cvc')
-rw-r--r--test/regress/regress0/bug310.cvc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/bug310.cvc b/test/regress/regress0/bug310.cvc
new file mode 100644
index 000000000..66e2369ae
--- /dev/null
+++ b/test/regress/regress0/bug310.cvc
@@ -0,0 +1,5 @@
+% EXPECT: valid
+% EXIT: 20
+b : BOOLEAN;
+DATATYPE D = c(s:INT) END;
+QUERY c(IF b THEN 1 ELSE 0 ENDIF) = IF b THEN c(1) ELSE c(0) ENDIF;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback