summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen11.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-30 09:53:22 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-30 09:53:31 -0600
commit19530271209ece63be553685dfc130ae6276775c (patch)
treeba146ec54c73884cf7e56f1b9f57ea97c575a0a2 /testsuites/sptests/sp09/screen11.c
parentspregion_err01: Remove unneeded fluff copied from sp09 (diff)
downloadrtems-19530271209ece63be553685dfc130ae6276775c.tar.bz2
sp09: Remove region test references
Diffstat (limited to 'testsuites/sptests/sp09/screen11.c')
-rw-r--r--testsuites/sptests/sp09/screen11.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index 05f18d3cf6..29309ee019 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -20,6 +20,8 @@
#include "system.h"
+uint32_t Other_Memory;
+
void Screen11()
{
void *buffer_address_1;
@@ -296,7 +298,7 @@ void Screen11()
status = rtems_partition_return_buffer(
Partition_id[ 1 ],
- Region_good_area /* NOTE: Region Memory */
+ &Other_Memory
);
fatal_directive_status(
status,