mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 657227 - followup to fix the regression test not to throw an exception.
This commit is contained in:
parent
cad92af0cc
commit
678c5b61b2
@ -34,4 +34,6 @@ function test()
|
||||
}
|
||||
}
|
||||
|
||||
test();
|
||||
try {
|
||||
test();
|
||||
} catch (e) {}
|
||||
|
Loading…
Reference in New Issue
Block a user