diff options
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug1263865.js')
-rw-r--r-- | js/src/jit-test/tests/auto-regress/bug1263865.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug1263865.js b/js/src/jit-test/tests/auto-regress/bug1263865.js index e5b11769d9..4ce38d0dd9 100644 --- a/js/src/jit-test/tests/auto-regress/bug1263865.js +++ b/js/src/jit-test/tests/auto-regress/bug1263865.js @@ -1,5 +1,3 @@ -// |jit-test| skip-if: !('oomTest' in this) - loadFile(""); loadFile(""); loadFile("Array.prototype.splice.call(1)"); |