diff options
Diffstat (limited to 'js/src/jit-test/tests/basic/bug510437.js')
-rw-r--r-- | js/src/jit-test/tests/basic/bug510437.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/src/jit-test/tests/basic/bug510437.js b/js/src/jit-test/tests/basic/bug510437.js deleted file mode 100644 index 2418b9b11..000000000 --- a/js/src/jit-test/tests/basic/bug510437.js +++ /dev/null @@ -1,13 +0,0 @@ -// Don't crash or assert. - -var d; -this.watch("d", eval); -(function () { - (eval("\ - (function () {\ - for (let x = 0; x < 2; ++x) {\ - d = x\ - }\ - })\ -"))() -})() |