Skip to content

Commit b5c4fd4

Browse files
committed
Fix issues
1 parent ffa3238 commit b5c4fd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/core/Coroutine_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ class Coroutine_test : public beast::unit_test::suite
239239
void
240240
run() override
241241
{
242-
// correct_order();
243-
// incorrect_order();
244-
// thread_specific_storage();
245-
test_yield_and_stop();
242+
correct_order();
243+
incorrect_order();
244+
thread_specific_storage();
245+
// test_yield_and_stop();
246246
}
247247
};
248248

0 commit comments

Comments
 (0)