]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/yenc.qh
Fix compilation unit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / yenc.qh
index a9d9ed1f1fbb8c24c6b416c06058c6927b5c54f9..a8389e240f4e9ec0041ae5609a75c2ee9baae84a 100644 (file)
@@ -59,7 +59,7 @@ TEST(yEnc, EncodeDecode)
                STRING_ITERATOR(fragmentiterator, fragment, 0);
                ydec_single(fragmentiterator, encdec);
 
-               TEST_Check(encdec == expect);
+               EXPECT_EQ(expect, encdec);
        }
-       TEST_OK();
+       SUCCEED();
 }