mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 06:16:49 +00:00
testRange: Make sure tests can actually fail
This commit is contained in:
parent
51f3a76ab2
commit
35e09c7aef
@ -11,7 +11,7 @@
|
||||
do { \
|
||||
if (!(x)) { \
|
||||
std::cout << "ASSERT_TRUE(" #x ") failed on line " << __LINE__ << "\n"; \
|
||||
return false; \
|
||||
return -1; \
|
||||
} \
|
||||
} while (false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user