summaryrefslogtreecommitdiff
path: root/test/unit/parser
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:07 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:07 +0000
commit12a8a7f9a90e45e8313f26af527a52e6dda943d3 (patch)
tree3ea9f198ee002e3f27af1fedcadd3fd318e8df2c /test/unit/parser
parente6d5046baca8b490e2ef93631216fe34e08d6aaa (diff)
Merging from branches/decl-scopes (r401:411)
Diffstat (limited to 'test/unit/parser')
-rw-r--r--test/unit/parser/parser_white.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/parser/parser_white.h b/test/unit/parser/parser_white.h
index d0959cf6f..653e3a1d7 100644
--- a/test/unit/parser/parser_white.h
+++ b/test/unit/parser/parser_white.h
@@ -261,6 +261,12 @@ public:
delete d_exprManager;
}
+ void testBs() {
+ DeclarationScope declScope;
+ declScope.bind("foo", d_exprManager->mkVar("foo",d_exprManager->booleanType()));
+
+ }
+
void testGoodCvc4Inputs() {
tryGoodInputs(LANG_CVC4,goodCvc4Inputs,numGoodCvc4Inputs);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback