summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nbttest.cpp')
-rw-r--r--test/nbttest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp
index f4d0405273..f24b25f5f6 100644
--- a/test/nbttest.cpp
+++ b/test/nbttest.cpp
@@ -32,7 +32,7 @@ void test_get_type()
ASSERT(tag_double().get_type() == tag_type::Double);
//ASSERT(tag_byte_array().get_type() == tag_type::Byte_Array);
ASSERT(tag_string().get_type() == tag_type::String);
- //ASSERT(tag_list().get_type() == tag_type::List);
+ ASSERT(tag_list().get_type() == tag_type::List);
ASSERT(tag_compound().get_type() == tag_type::Compound);
//ASSERT(tag_int_array().get_type() == tag_type::Int_Array);
std::clog << "test_get_type passed" << std::endl;