summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug592973-3.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/jaeger/bug592973-3.js')
-rw-r--r--js/src/jit-test/tests/jaeger/bug592973-3.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/jaeger/bug592973-3.js b/js/src/jit-test/tests/jaeger/bug592973-3.js
index 541c39981..38b4be787 100644
--- a/js/src/jit-test/tests/jaeger/bug592973-3.js
+++ b/js/src/jit-test/tests/jaeger/bug592973-3.js
@@ -1,4 +1,3 @@
-// vim: set ts=8 sts=4 et sw=4 tw=99:
function f([a, b, c, d]) {
a = b;
return function () { return a + b + c + d; };