Bug 1095284 - Fix test case, check that ParallelJS is enabled. r=shu

This commit is contained in:
Nicolas B. Pierron 2014-11-10 14:04:00 +01:00
parent c402189f46
commit 832e3ad780

View File

@ -1,3 +1,6 @@
if (!getBuildConfiguration().parallelJS)
quit(0);
function f() {
Function() * (function() {})()
}