mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
Bug 1009788 followup, make the test not fail when parallelJS is off, r=jonco
This commit is contained in:
parent
588e376d82
commit
87bd433cda
@ -1,5 +1,7 @@
|
||||
for (var a = 0; a < 2000; a++) {
|
||||
Array.buildPar(500, (function() {
|
||||
return {}
|
||||
}))
|
||||
if (getBuildConfiguration().parallelJS) {
|
||||
for (var a = 0; a < 2000; a++) {
|
||||
Array.buildPar(500, (function() {
|
||||
return {}
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user