зеркало из https://github.com/mozilla/gecko-dev.git
Bug 886647 - passed unused in TestAUSHelper.cpp. r=bbondy
This commit is contained in:
Родитель
f2ed2bbb44
Коммит
e2f1a1af0e
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче