summaryrefslogtreecommitdiff
path: root/test/unit/expr/node_white.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/expr/node_white.h')
-rw-r--r--test/unit/expr/node_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/node_white.h b/test/unit/expr/node_white.h
index 28dbde933..9facd00f6 100644
--- a/test/unit/expr/node_white.h
+++ b/test/unit/expr/node_white.h
@@ -51,7 +51,7 @@ public:
}
void testNull() {
- Node::s_null;
+ TS_ASSERT_EQUALS(Node::null(), Node::s_null);
}
void testCopyCtor() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback