From e89cf106209423fe56562a929a5a01eab071b713 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 2009 15:34:53 +0000 Subject: [PATCH] 2009-08-01 Joel Sherrill * sp63/init.c: Correct test case two. --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/sp63/init.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 051c1ea030..3f852a552c 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2009-08-01 Joel Sherrill + + * sp63/init.c: Correct test case two. + 2009-08-01 Joel Sherrill * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second 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");