зеркало из https://github.com/mozilla/gecko-dev.git
Correct expected value, bug 310425
This commit is contained in:
Родитель
2de12a07d3
Коммит
659f4796f8
|
@ -43,6 +43,6 @@ var expect = '';
|
||||||
printBugNumber (bug);
|
printBugNumber (bug);
|
||||||
printStatus (summary);
|
printStatus (summary);
|
||||||
|
|
||||||
expect = 0;
|
expect = -1;
|
||||||
actual = Array(1).indexOf(1);
|
actual = Array(1).indexOf(1);
|
||||||
reportCompare(expect, actual, summary);
|
reportCompare(expect, actual, summary);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче