diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/nbttest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp index b77c9b85bf..a596259050 100644 --- a/test/nbttest.cpp +++ b/test/nbttest.cpp @@ -112,7 +112,7 @@ void test_tag_compound() {"baz", -2.0}, {"quux", tag_compound{{"Hello", "World"}, {"zero", 0}}} }*/; - //ASSERT(comp == comp2); + ASSERT(comp == comp2); ASSERT(comp != (const tag_compound&)comp2["quux"]); ASSERT(comp != comp2["quux"]); } |
