summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen11.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/screen11.c')
-rw-r--r--testsuites/sptests/sp09/screen11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index 3ddd87471e..d685b62f97 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -155,7 +155,7 @@ void Screen11()
);
puts( "TA1 - rtems_partition_delete - unknown RTEMS_INVALID_ID" );
- status = rtems_partition_delete( 0x10100 );
+ status = rtems_partition_delete( rtems_build_id( 1, 1, 1, 256 ) );
fatal_directive_status(
status,
RTEMS_INVALID_ID,