summaryrefslogtreecommitdiff
path: root/lodepng_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lodepng_unittest.cpp')
-rw-r--r--lodepng_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lodepng_unittest.cpp b/lodepng_unittest.cpp
index 5d11b2d..975f2b4 100644
--- a/lodepng_unittest.cpp
+++ b/lodepng_unittest.cpp
@@ -28,7 +28,7 @@ freely, subject to the following restrictions:
/*
Testing instructions:
-*) Ensure no tests commented out below
+*) Ensure no tests commented out below or early return in doMain
*) Compile with g++ with all warnings and run the unit test
g++ lodepng.cpp lodepng_util.cpp lodepng_unittest.cpp -Wall -Wextra -Wshadow -pedantic -ansi -O3 && ./a.out