We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7fb53 commit d3227ceCopy full SHA for d3227ce
1 file changed
tests/test_with_catch/catch_skip.h
@@ -9,7 +9,7 @@
9
#define PYBIND11_CATCH2_SKIP_IF(condition, reason) \
10
do { \
11
if (condition) { \
12
- Catch::cout() << "[ SKIPPED ] " << reason << '\n'; \
+ Catch::cout() << "[ SKIPPED ] " << (reason) << '\n'; \
13
Catch::cout().flush(); \
14
return; \
15
} \
0 commit comments