mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
testRange: Make sure tests can actually fail
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
do { \
|
||||
if (!(x)) { \
|
||||
std::cout << "ASSERT_TRUE(" #x ") failed on line " << __LINE__ << "\n"; \
|
||||
return false; \
|
||||
return -1; \
|
||||
} \
|
||||
} while (false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user