From e89cf106209423fe56562a929a5a01eab071b713 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 2009 15:34:53 +0000 Subject: 2009-08-01 Joel Sherrill * sp63/init.c: Correct test case two. --- testsuites/sptests/sp63/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sp63') 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"); -- cgit v1.2.3