Skip to content

Commit 24e4068

Browse files
Try to fix flaky tests
1 parent c4edaad commit 24e4068

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unit_tests/library/extract.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ class redirect_stderr
3232

3333
BOOST_AUTO_TEST_SUITE(library_extract)
3434

35+
BOOST_AUTO_TEST_CASE(dummy)
36+
{
37+
BOOST_CHECK(true);
38+
}
39+
3540
// BOOST_AUTO_TEST_CASE(test_extract_with_invalid_config)
3641
// {
3742
// oneapi::tbb::task_scheduler_handle handle{tbb::attach{}};

0 commit comments

Comments
 (0)