mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix bustage.
This commit is contained in:
parent
de5aace409
commit
13a1645d26
@ -1131,11 +1131,6 @@ nsresult testAll()
|
||||
|
||||
nsresult testFromArgs(int argc, char **argv)
|
||||
{
|
||||
if (NS_FAILED(res)) {
|
||||
printf("ERROR at GetService() code=0x%x.\n",res);
|
||||
return res;
|
||||
}
|
||||
|
||||
if ((argc == 5) && (!strcmp(argv[1], "-tdec"))) {
|
||||
res = testDecoderFromFiles(argv[2], argv[3], argv[4]);
|
||||
} else if ((argc == 5) && (!strcmp(argv[1], "-tenc"))) {
|
||||
|
Loading…
Reference in New Issue
Block a user