mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'fix-range-tests'
35e09c7aef testRange: Make sure tests can actually fail
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3124
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