We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b18d1b commit 4fb9f07Copy full SHA for 4fb9f07
tests/ExtraTests/X94-ThreadSafetyTests.cpp
@@ -44,6 +44,7 @@ TEST_CASE( "Failed REQUIRE in the main thread is fine", "[.]" ) {
44
}
45
46
TEST_CASE( "Messages in subthread - no assertions", "[!shouldfail]" ) {
47
+ CAPTURE(123);
48
std::vector<std::thread> threads;
49
for ( size_t t = 0; t < 4; ++t) {
50
threads.emplace_back( [t]() {
0 commit comments