diff options
Diffstat (limited to 'js/src/jit-test/tests/modules/bug-1219044.js')
-rw-r--r-- | js/src/jit-test/tests/modules/bug-1219044.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/modules/bug-1219044.js b/js/src/jit-test/tests/modules/bug-1219044.js index 3917d7ca9c..bcddf8fb95 100644 --- a/js/src/jit-test/tests/modules/bug-1219044.js +++ b/js/src/jit-test/tests/modules/bug-1219044.js @@ -1,4 +1,2 @@ -// |jit-test| skip-if: !('oomTest' in this) - oomTest(() => parseModule('import v from "mod";')); fullcompartmentchecks(true); |