diff options
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug746397.js')
-rw-r--r-- | js/src/jit-test/tests/auto-regress/bug746397.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug746397.js b/js/src/jit-test/tests/auto-regress/bug746397.js deleted file mode 100644 index d915ca7bbd..0000000000 --- a/js/src/jit-test/tests/auto-regress/bug746397.js +++ /dev/null @@ -1,10 +0,0 @@ -// |jit-test| error:ReferenceError - -// Binary: cache/js-dbg-64-67bf9a4a1f77-linux -// Flags: --ion-eager -// - -(function () { - var a = ['x', 'y']; - obj.watch(a[+("0")], counter); -})(); |