summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1806976.js
blob: 9b3dab46cd656ed10c605e8f0e3f31eff5d10d83 (plain)
1
2
3
4
5
gczeal(4);
evaluate(` 
  for (x = 1; x < 2; ++x)
    gcparam("maxHelperThreads", 1)
`);