summaryrefslogtreecommitdiff
path: root/test/unit/expr/expr_black.h
diff options
context:
space:
mode:
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 b08b5c6aa..e253b4a24 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(XOR, *a, *b, *c);
+ Expr y = d_em->mkExpr(ITE, *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