mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
- Remove accidental change from 42918
svn path=/trunk/; revision=43030
This commit is contained in:
parent
7cdc0d481a
commit
5c57066048
1 changed files with 0 additions and 8 deletions
|
@ -779,12 +779,6 @@ DEFINE_TEST(test_continue_execution_12)
|
||||||
|
|
||||||
return ret == return_positive();
|
return ret == return_positive();
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINE_TEST(test_continue_execution_13)
|
|
||||||
{
|
|
||||||
/* XXX */
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
//}}}
|
//}}}
|
||||||
|
|
||||||
/* _SEH2_LEAVE *///{{{
|
/* _SEH2_LEAVE *///{{{
|
||||||
|
@ -2579,8 +2573,6 @@ void testsuite_syntax(void)
|
||||||
USE_TEST(test_execute_handler_12),
|
USE_TEST(test_execute_handler_12),
|
||||||
USE_TEST(test_continue_execution_12),
|
USE_TEST(test_continue_execution_12),
|
||||||
|
|
||||||
USE_TEST(test_continue_execution_13),
|
|
||||||
|
|
||||||
USE_TEST(test_leave_1),
|
USE_TEST(test_leave_1),
|
||||||
USE_TEST(test_leave_2),
|
USE_TEST(test_leave_2),
|
||||||
USE_TEST(test_leave_3),
|
USE_TEST(test_leave_3),
|
||||||
|
|
Loading…
Reference in a new issue