diff options
Diffstat (limited to 'js/src/jit-test/tests/profiler/bug1231925.js')
-rw-r--r-- | js/src/jit-test/tests/profiler/bug1231925.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/profiler/bug1231925.js b/js/src/jit-test/tests/profiler/bug1231925.js index 87325b6763..0e0011feb6 100644 --- a/js/src/jit-test/tests/profiler/bug1231925.js +++ b/js/src/jit-test/tests/profiler/bug1231925.js @@ -1,5 +1,3 @@ -// |jit-test| skip-if: !('oomTest' in this) - enableGeckoProfiling(); oomTest(function() { eval("(function() {})()") |