summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-03-21 14:33:45 -0400
committerlianah <lianahady@gmail.com>2013-03-21 14:33:45 -0400
commit27a29561a94589987b9777d1554cfdc25a8c2479 (patch)
treefe73d1aec61f17acca845334c96837a4c8b100e9 /test
parent2d4acc17b566640fc5156614774a85a86547b12c (diff)
parent7427c4e18e0b878d105b5faf7f2fbcc530c1ef18 (diff)
Merge branch 'master' into bv-core
Diffstat (limited to 'test')
-rw-r--r--test/unit/expr/type_node_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/type_node_white.h b/test/unit/expr/type_node_white.h
index 86f0b192d..97dc1a696 100644
--- a/test/unit/expr/type_node_white.h
+++ b/test/unit/expr/type_node_white.h
@@ -61,7 +61,7 @@ public:
TypeNode bvType = d_nm->mkBitVectorType(32);
TypeNode subrangeType = d_nm->mkSubrangeType(SubrangeBounds(Integer(1), Integer(10)));
- Node x = d_nm->mkVar("x", realType);
+ Node x = d_nm->mkBoundVar("x", realType);
Node xPos = d_nm->mkNode(GT, x, d_nm->mkConst(Rational(0)));
TypeNode funtype = d_nm->mkFunctionType(integerType, booleanType);
Node lambda = d_nm->mkVar("lambda", funtype);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback