From 38a13fe227e6b59a49509d4b5ae6618b4c14937a Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 27 Jun 2013 15:35:24 -0400 Subject: Remove output.h from public space, to avoid clashes with symbols defined in users' space. Specifically, output.h was moved to CVC4's "private-library" rules, which means that it's not installed on users' machines, and public headers should not include it. Thanks to Alex Horn for raising the issue on the CVC-BUGS mailing list. --- test/unit/expr/expr_public.h | 2 +- test/unit/expr/type_cardinality_public.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/expr/expr_public.h b/test/unit/expr/expr_public.h index c66b5cb1f..7f6385d36 100644 --- a/test/unit/expr/expr_public.h +++ b/test/unit/expr/expr_public.h @@ -342,7 +342,7 @@ public: void testIsConst() { /* bool isConst() const; */ - Debug.on("isConst"); + //Debug.on("isConst"); TS_ASSERT(!a_bool->isConst()); TS_ASSERT(!b_bool->isConst()); diff --git a/test/unit/expr/type_cardinality_public.h b/test/unit/expr/type_cardinality_public.h index 2441b7b0d..3c2609e3e 100644 --- a/test/unit/expr/type_cardinality_public.h +++ b/test/unit/expr/type_cardinality_public.h @@ -200,7 +200,7 @@ public: } void testBitvectors() { - Debug.on("bvcard"); + //Debug.on("bvcard"); TS_ASSERT( d_em->mkBitVectorType(0).getCardinality().compare(0) == Cardinality::EQUAL ); Cardinality lastCard = 0; for(unsigned i = 1; i <= 65; ++i) { -- cgit v1.2.3