summaryrefslogtreecommitdiff
path: root/test/unit/expr
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/expr')
-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 82cf10a9b..da9434d79 100644
--- a/test/unit/expr/expr_public.h
+++ b/test/unit/expr/expr_public.h
@@ -370,7 +370,7 @@ private:
TS_ASSERT(!null->isConst());
// more complicated "constants" exist in datatypes and arrays theories
- Datatype list("list");
+ Datatype list(d_em, "list");
DatatypeConstructor consC("cons");
consC.addArg("car", d_em->integerType());
consC.addArg("cdr", DatatypeSelfType());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback