diff options
Diffstat (limited to 'js/src/jit-test/tests/debug/bug1254123.js')
-rw-r--r-- | js/src/jit-test/tests/debug/bug1254123.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/debug/bug1254123.js b/js/src/jit-test/tests/debug/bug1254123.js index 72f36ef3ec..c96753b305 100644 --- a/js/src/jit-test/tests/debug/bug1254123.js +++ b/js/src/jit-test/tests/debug/bug1254123.js @@ -1,5 +1,3 @@ -// |jit-test| skip-if: !('oomTest' in this) - evaluate(` function ERROR(msg) { throw new Error("boom"); |