mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1095284 - Fix test case, check that ParallelJS is enabled. r=shu
This commit is contained in:
parent
c402189f46
commit
832e3ad780
@ -1,3 +1,6 @@
|
||||
if (!getBuildConfiguration().parallelJS)
|
||||
quit(0);
|
||||
|
||||
function f() {
|
||||
Function() * (function() {})()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user