From 3d7d2a37e6f9da4b75a86ce5336a6e23990b075b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Dec 2017 10:52:01 +0100 Subject: ada/sp09: Fix timer server test case A priority of zero is valid for the timer server. --- testsuites/ada/sptests/sp09/sptest.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/ada') diff --git a/testsuites/ada/sptests/sp09/sptest.adb b/testsuites/ada/sptests/sp09/sptest.adb index 8390ab41f2..519d0ad4cb 100644 --- a/testsuites/ada/sptests/sp09/sptest.adb +++ b/testsuites/ada/sptests/sp09/sptest.adb @@ -2828,7 +2828,7 @@ package body SPTEST is ); TEXT_IO.PUT_LINE( "TA1 - timer_server_fire_when - INCORRECT_STATE" ); - RTEMS.TIMER.INITIATE_SERVER( 0, 0, 0, STATUS ); + RTEMS.TIMER.INITIATE_SERVER( 16#80000000#, 0, 0, STATUS ); TEST_SUPPORT.FATAL_DIRECTIVE_STATUS( STATUS, RTEMS.INVALID_PRIORITY, -- cgit v1.2.3