Correct expected value, bug 310425

This commit is contained in:
bob%bclary.com 2005-10-11 19:49:34 +00:00
parent 2de12a07d3
commit 659f4796f8

View File

@ -43,6 +43,6 @@ var expect = '';
printBugNumber (bug);
printStatus (summary);
expect = 0;
expect = -1;
actual = Array(1).indexOf(1);
reportCompare(expect, actual, summary);