diff options
Diffstat (limited to 'js/src/jit-test/tests/debug/bug1404710.js')
-rw-r--r-- | js/src/jit-test/tests/debug/bug1404710.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/debug/bug1404710.js b/js/src/jit-test/tests/debug/bug1404710.js index 78a8bbb5b8..69aa078333 100644 --- a/js/src/jit-test/tests/debug/bug1404710.js +++ b/js/src/jit-test/tests/debug/bug1404710.js @@ -1,4 +1,3 @@ -// |jit-test| skip-if: !('stackTest' in this) stackTest(new Function(` var g = newGlobal(); var dbg = new Debugger(g); |