- Deprecate TAG() in rostests

svn path=/trunk/; revision=42918
This commit is contained in:
Stefan Ginsberg 2009-08-24 17:41:36 +00:00
parent 53cbc6c4a3
commit 77fc26f56a
3 changed files with 11 additions and 3 deletions

View file

@ -779,6 +779,12 @@ DEFINE_TEST(test_continue_execution_12)
return ret == return_positive();
}
DEFINE_TEST(test_continue_execution_13)
{
/* XXX */
return 1;
}
//}}}
/* _SEH2_LEAVE *///{{{
@ -2573,6 +2579,8 @@ void testsuite_syntax(void)
USE_TEST(test_execute_handler_12),
USE_TEST(test_continue_execution_12),
USE_TEST(test_continue_execution_13),
USE_TEST(test_leave_1),
USE_TEST(test_leave_2),
USE_TEST(test_leave_3),