mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
d459196be0
commit
40da7d584c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user