summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 15:34:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 15:34:53 +0000
commite89cf106209423fe56562a929a5a01eab071b713 (patch)
tree62475c3a8b44ec9648e59ec1c5a6109558e6255c /testsuites/sptests
parent2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e89cf106209423fe56562a929a5a01eab071b713.tar.bz2
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp63/init.c: Correct test case two.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/sp63/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 051c1ea030..3f852a552c 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,9 @@
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * sp63/init.c: Correct test case two.
+
+2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
test case to exercise another odd branch not taken.
diff --git a/testsuites/sptests/sp63/init.c b/testsuites/sptests/sp63/init.c
index f4415b1282..edb5eff805 100644
--- a/testsuites/sptests/sp63/init.c
+++ b/testsuites/sptests/sp63/init.c
@@ -48,7 +48,7 @@ void test_case_two(void)
printf( "Init - Heap size=%d\n", heap_size );
puts( "Init - _Heap_Allocate_aligned - OK");
- ptr1 = _Heap_Allocate_aligned( &Heap, 64, 32 );
+ ptr1 = _Heap_Allocate_aligned( &Heap, 64, 4 );
assert( ptr1 );
puts( "Init - _Heap_Resize_block - OK");