提交 010afcef 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix kernel testcase fail issue, need to be reviewed

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1159 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 82f81704
......@@ -91,9 +91,6 @@ static void _tc_cleanup()
/* 调度器解锁 */
rt_exit_critical();
/* 设置TestCase状态 */
tc_done(TC_STAT_PASSED);
}
int _tc_thread_detach()
......
......@@ -62,9 +62,6 @@ static void _tc_cleanup()
/* 调度器解锁 */
rt_exit_critical();
/* 设置TestCase状态 */
tc_done(TC_STAT_PASSED);
}
int _tc_thread_dynamic_simple()
......
......@@ -72,9 +72,6 @@ static void _tc_cleanup()
/* 调度器解锁 */
rt_exit_critical();
/* 设置TestCase状态 */
tc_done(TC_STAT_PASSED);
}
int _tc_thread_static_simple()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册