From 12a8a7f9a90e45e8313f26af527a52e6dda943d3 Mon Sep 17 00:00:00 2001 From: "Christopher L. Conway" Date: Tue, 13 Apr 2010 22:50:07 +0000 Subject: Merging from branches/decl-scopes (r401:411) --- test/unit/parser/parser_white.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/unit/parser') 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); } -- cgit v1.2.3