mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 886647 - passed unused in TestAUSHelper.cpp. r=bbondy
This commit is contained in:
parent
3795db2a80
commit
e4dd348ebf
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user