summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-18 21:44:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-18 21:44:46 +0000
commit2a0b72173875b54daf129cc9b7a7786264ae7fd5 (patch)
tree17be7b1cbccff4f62660a253c844ad3a581f2f71 /testsuites/sptests
parentChanged to reflect adding object class to id (diff)
downloadrtems-2a0b72173875b54daf129cc9b7a7786264ae7fd5.tar.bz2
Changed to reflect adding object class to id
Added "0x" to printf of id
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp25/sp25.scn2
-rw-r--r--testsuites/sptests/sp25/task1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp25/sp25.scn b/testsuites/sptests/sp25/sp25.scn
index 1944f18f4b..cec2f084b3 100644
--- a/testsuites/sptests/sp25/sp25.scn
+++ b/testsuites/sptests/sp25/sp25.scn
@@ -1,5 +1,5 @@
*** TEST 25 ***
-TA1 - rtems_region_ident - 00010002
+TA1 - rtems_region_ident - 0x18010002
TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
TA1 - got segment from region 1 - 0x0000f9b8
TA1 - rtems_region_get_segment - wait on 128 byte segment from region 1
diff --git a/testsuites/sptests/sp25/task1.c b/testsuites/sptests/sp25/task1.c
index 6222c4e734..17d65d319f 100644
--- a/testsuites/sptests/sp25/task1.c
+++ b/testsuites/sptests/sp25/task1.c
@@ -36,7 +36,7 @@ rtems_task Task_1(
rtems_id region_id;
status = rtems_region_ident(Region_name[ 1 ], &region_id);
- printf( "TA1 - rtems_region_ident - %08x\n", region_id );
+ printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
directive_failed(status, "rtems_region_ident of RN01");
puts(