提交 75a55f20 编写于 作者: L liuxianliang 提交者: guo

[fix] enhance strength about cpp testcase.

上级 9f5a9b6b
......@@ -31,6 +31,14 @@ static void test_thread(void)
uassert_false(1);
}
std::thread t2(func);
t2.join();
if (count != 200)
{
uassert_false(1);
}
uassert_true(1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册