Fix accidental disabling of ASTC decoding internal test
authorPyry Haulos <phaulos@google.com>
Thu, 4 Aug 2016 19:47:26 +0000 (12:47 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 4 Aug 2016 19:48:32 +0000 (12:48 -0700)
modules/internal/ditAstcTests.cpp

index 58d2a2b..425f623 100644 (file)
@@ -113,7 +113,7 @@ AstcCase::IterateResult AstcCase::iterate (void)
                generatedData.clear();
                astc::generateBlockCaseTestData(generatedData, m_format, blockTestType);
 
-               // testDecompress(m_format, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]);
+               testDecompress(m_format, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]);
 
                // All but random case should generate only valid blocks
                if (blockTestType != astc::BLOCK_TEST_TYPE_RANDOM)