summaryrefslogtreecommitdiff
path: root/test/unit/expr/expr_black.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-03 15:17:50 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-03 15:17:50 +0000
commit3e27983545a25f3acc3bf7c7dbdf0ec1fe3219ca (patch)
treef3b777e613f349b173e83d7102308c23d50b15e2 /test/unit/expr/expr_black.h
parentb6544992abea751ec48ac0892925d7f04e5cbf10 (diff)
Reverting r365
Diffstat (limited to 'test/unit/expr/expr_black.h')
-rw-r--r--test/unit/expr/expr_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/expr_black.h b/test/unit/expr/expr_black.h
index e253b4a24..b08b5c6aa 100644
--- a/test/unit/expr/expr_black.h
+++ b/test/unit/expr/expr_black.h
@@ -362,7 +362,7 @@ public:
TS_ASSERT(r2->isAtomic());
Expr x = d_em->mkExpr(AND, *a, *b);
- Expr y = d_em->mkExpr(ITE, *a, *b, *c);
+ Expr y = d_em->mkExpr(XOR, *a, *b, *c);
Expr z = d_em->mkExpr(IFF, x, y);
TS_ASSERT(!x.isAtomic());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback