2
0
mirror of https://github.com/boostorg/cobalt.git synced 2026-01-19 04:02:16 +00:00

added empty test to strand.cpp

This commit is contained in:
Klemens Morgenstern
2023-10-23 19:37:13 +08:00
parent 3608e00196
commit 7d219e7230

View File

@@ -61,6 +61,10 @@ BOOST_AUTO_TEST_CASE(strand)
th.join();
}
#else
BOOST_AUTO_TEST_CASE(dummy) {}
#endif
BOOST_AUTO_TEST_SUITE_END();