Bug 769041 - Followup to fix a test that hard-coded an error message improved/corrected by previous patches here. r=orange

This commit is contained in:
Jeff Walden 2012-06-29 13:37:52 -07:00
parent d459196be0
commit 40da7d584c

View File

@ -22,7 +22,7 @@ function test()
printBugNumber(BUGNUMBER);
printStatus (summary);
expect = 'TypeError: [] is not a function';
expect = 'TypeError: [].__proto__ is not a function';
jit(true);