[svn-r7285] Purpose:

Tweak the 'errors.c' test to print 'PASSED'.

Description:

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Robert E. McGrath 2003-08-04 15:38:55 -05:00
parent c926d46a9d
commit a02e07921e

View File

@ -474,6 +474,7 @@ main(void)
if(close_error()<0)
TEST_ERROR ;
PASSED();
printf("All error API test based on native datatype test passed.\n");
return 0;