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; opal_bitmap_t bm;
int err; int err;
fprintf(stderr, "Bitmap test starting\n");
/* Perform overall test initialization */ /* Perform overall test initialization */
test_init("opal_bitmap_t"); test_init("opal_bitmap_t");
fprintf(stderr, "...initialized\n");
error_out = stderr;
#if 0
#ifdef STANDALONE #ifdef STANDALONE
error_out = stderr; error_out = stderr;
#else #else
error_out = fopen( "./opal_bitmap_test_out.txt", "w" ); error_out = fopen( "./opal_bitmap_test_out.txt", "w" );
if( error_out == NULL ) error_out = stderr; if( error_out == NULL ) error_out = stderr;
#endif #endif
#endif
/* Initialize bitmap */ /* Initialize bitmap */
PRINT_VALID_ERR; PRINT_VALID_ERR;