Skip to content

Commit 0861d60

Browse files
author
Grok Compression
committed
core_example: disable TEST_FUZZER code
1 parent 30535bf commit 0861d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/core/core_decompress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ int main([[maybe_unused]] int argc, [[maybe_unused]] const char** argv)
638638
grk_stream_params streamParams = {};
639639
ReadStreamInfoExample sinfo(&streamParams);
640640

641-
#define TEST_FUZZER
641+
//#define TEST_FUZZER
642642
#ifdef TEST_FUZZER
643643
{
644644
grk_header_info headerInfo = {};

0 commit comments

Comments
 (0)