2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* spwkspace/init.c: Adjust test to account for recent heap change on
	NULL.
This commit is contained in:
Joel Sherrill
2011-03-09 20:11:55 +00:00
parent 160d6e426e
commit 8dd415f125
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* spwkspace/init.c: Adjust test to account for recent heap change on
NULL.
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c, sp43/sp43.scn: Improve coverage of _Thread_Get.

View File

@@ -55,7 +55,7 @@ rtems_task Init(
puts( "rtems_workspace_free - NULL" );
retbool = rtems_workspace_free( NULL );
rtems_test_assert( retbool == false );
rtems_test_assert( retbool == true );
puts( "rtems_workspace_free - previous pointer to 42 bytes" );
retbool = rtems_workspace_free( p1 );