summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nbttest.cpp')
-rw-r--r--test/nbttest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp
index fd74995d67..7430a02770 100644
--- a/test/nbttest.cpp
+++ b/test/nbttest.cpp
@@ -284,6 +284,7 @@ void test_value()
val1 = val1;
val2 = val2;
ASSERT(!val1);
+ ASSERT(val1 == value_initializer(nullptr));
ASSERT(val2 == tag_int(21));
val3 = tag_short(2);