diff options
Diffstat (limited to 'js/src/jit-test/tests/gc/bug1337324.js')
-rw-r--r-- | js/src/jit-test/tests/gc/bug1337324.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/gc/bug1337324.js b/js/src/jit-test/tests/gc/bug1337324.js index eaf4c080f0..5ca628fc1d 100644 --- a/js/src/jit-test/tests/gc/bug1337324.js +++ b/js/src/jit-test/tests/gc/bug1337324.js @@ -1,4 +1,3 @@ -// |jit-test| skip-if: !('oomTest' in this) oomTest(function () { offThreadCompileModuleToStencil(''); var stencil = finishOffThreadStencil(); |