summaryrefslogtreecommitdiff
path: root/test/unit/expr/expr_public.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-11-10 15:22:49 -0800
committerTim King <taking@google.com>2016-11-10 15:22:49 -0800
commit16e809f698060645812667925b3e0c4d403ee71a (patch)
tree6952e767825c1d99166e1308c39aece2cc9c33c9 /test/unit/expr/expr_public.h
parent13be3be39454a3cf7b05c4399a53bd2dd27996f6 (diff)
Adding garbage collection of nodes with maxed out reference counts.
Diffstat (limited to 'test/unit/expr/expr_public.h')
-rw-r--r--test/unit/expr/expr_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/expr_public.h b/test/unit/expr/expr_public.h
index ed772a471..cfdee8d37 100644
--- a/test/unit/expr/expr_public.h
+++ b/test/unit/expr/expr_public.h
@@ -277,7 +277,7 @@ public:
TS_ASSERT(a_bool->getType(true) == d_em->booleanType());
TS_ASSERT(b_bool->getType(false) == d_em->booleanType());
TS_ASSERT(b_bool->getType(true) == d_em->booleanType());
- TS_ASSERT_THROWS(d_em->mkExpr(MULT,*a_bool,*b_bool).getType(true),
+ TS_ASSERT_THROWS(d_em->mkExpr(MULT,*a_bool,*b_bool).getType(true),
TypeCheckingException);
// These need better support for operators
// TS_ASSERT(and_op->getType().isNull());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback