changeset 10616 | d17dd08640a4 |
parent 10611 | 52ba31230c02 |
child 10643 | 930938c7ca82 |
1.1 --- a/src/test/SDL_test_harness.c Tue Nov 15 01:24:58 2016 -0800 1.2 +++ b/src/test/SDL_test_harness.c Tue Nov 15 01:30:08 2016 -0800 1.3 @@ -206,7 +206,7 @@ 1.4 /** 1.5 * \brief Timeout handler. Aborts test run and exits harness process. 1.6 */ 1.7 -static void 1.8 +static SDL_NORETURN void 1.9 SDLTest_BailOut() 1.10 { 1.11 SDLTest_LogError("TestCaseTimeout timer expired. Aborting test run.");