There was an error while loading. Please reload this page.
1 parent 268a619 commit 5546a23Copy full SHA for 5546a23
1 file changed
src/catch2/internal/catch_run_context.cpp
@@ -65,7 +65,8 @@ namespace Catch {
65
INTERNAL_CATCH_MSG(
66
"SKIP",
67
Catch::ResultWas::ExplicitSkip,
68
- Catch::ResultDisposition::Normal );
+ Catch::ResultDisposition::Normal,
69
+ "" );
70
Catch::Detail::Unreachable();
71
}
72
// '*' is the wildcard for "all elements in generator"
0 commit comments