summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/regexp/bug1794317.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/regexp/bug1794317.js')
-rw-r--r--js/src/jit-test/tests/regexp/bug1794317.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/regexp/bug1794317.js b/js/src/jit-test/tests/regexp/bug1794317.js
index 1ecb21eb64..ef50fd0c97 100644
--- a/js/src/jit-test/tests/regexp/bug1794317.js
+++ b/js/src/jit-test/tests/regexp/bug1794317.js
@@ -1,5 +1,3 @@
-// |jit-test| skip-if: !('oomTest' in this)
-
for (let i = 0; i < 2; i++) {
oomTest(function () {
RegExp("(?<name" + i + ">)").exec();