Bug 886647 - passed unused in TestAUSHelper.cpp. r=bbondy

This commit is contained in:
Robert Strong 2013-06-25 13:16:28 -07:00
parent 3795db2a80
commit e4dd348ebf

View File

@ -78,16 +78,6 @@ void fail(const char* msg, ...)
++gFailCount;
}
/**
* Prints the given string prepending "TEST-PASS | " for the benefit of
* the test harness and with "\n" at the end, to be used at the end of a
* successful test function.
*/
void passed(const char* test)
{
printf("TEST-PASS | %s\n", test);
}
int NS_main(int argc, NS_tchar **argv)
{
printf("Running TestAUSReadStrings tests\n");