diff --git a/test.cpp b/test.cpp index cd946f1..bc97415 100644 --- a/test.cpp +++ b/test.cpp @@ -153,8 +153,8 @@ int main() { /* Check against std - the real test */ - bool good = true; #ifndef MEASURE_ONLY + bool good = true; for(size_t i = 0; good && (i < in1.size()); ++i) { good &= (in1[i] == in2[i]); }