1
1
This commit was SVN r22546.
Этот коммит содержится в:
Ralph Castain 2010-02-03 21:02:30 +00:00
родитель 1b5e4b4ac9
Коммит 30056c77cf

Просмотреть файл

@ -48,19 +48,16 @@ int main(int argc, char *argv[])
opal_bitmap_t bm;
int err;
fprintf(stderr, "Bitmap test starting\n");
/* Perform overall test initialization */
test_init("opal_bitmap_t");
fprintf(stderr, "...initialized\n");
error_out = stderr;
#if 0
#ifdef STANDALONE
error_out = stderr;
#else
error_out = fopen( "./opal_bitmap_test_out.txt", "w" );
if( error_out == NULL ) error_out = stderr;
#endif
#endif
/* Initialize bitmap */
PRINT_VALID_ERR;