mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Correct expected value, bug 310425
This commit is contained in:
parent
2de12a07d3
commit
659f4796f8
@ -43,6 +43,6 @@ var expect = '';
|
||||
printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
expect = 0;
|
||||
expect = -1;
|
||||
actual = Array(1).indexOf(1);
|
||||
reportCompare(expect, actual, summary);
|
||||
|
Loading…
Reference in New Issue
Block a user