summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen01.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp09/screen01.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/sptests/sp09/screen01.c b/testsuites/sptests/sp09/screen01.c
index 6fcafe5569..3c0b864e6e 100644
--- a/testsuites/sptests/sp09/screen01.c
+++ b/testsuites/sptests/sp09/screen01.c
@@ -89,11 +89,7 @@ void Screen1()
RTEMS_NOTEPAD_LAST,
&notepad_value
);
- #ifdef RTEMS_ITRON_API
- directive_failed( status,
- #else
- fatal_directive_status( status, RTEMS_INVALID_ID,
- #endif
+ fatal_directive_status( status, RTEMS_INVALID_ID,
"rtems_task_get_note with no tasks in API"
);