summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/arrays/from-async-oom.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/arrays/from-async-oom.js')
-rw-r--r--js/src/jit-test/tests/arrays/from-async-oom.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/arrays/from-async-oom.js b/js/src/jit-test/tests/arrays/from-async-oom.js
index a68fd33299..5d7ada400f 100644
--- a/js/src/jit-test/tests/arrays/from-async-oom.js
+++ b/js/src/jit-test/tests/arrays/from-async-oom.js
@@ -1,5 +1,3 @@
-// |jit-test| skip-if: !('oomTest' in this)
-
// Basic Smoke Test
async function* asyncGen(n) {
for (let i = 0; i < n; i++) {