Remove unneeded FIXME.

This commit is contained in:
David I. Lehn 2015-10-13 14:09:42 -04:00
parent e98b8f61ba
commit d832d72b09
1 changed files with 0 additions and 1 deletions

View File

@ -650,7 +650,6 @@ class EarlReport extends PHPUnit_Util_Printer
} else {
$name = 'UNNAMED';
}
// FIXME
printf("\n\nFAILED\n");
printf("Test: %s\n", $name);
printf("Purpose: %s\n", $test->test->data->purpose);