summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_5/Scope/regress-185485.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/js1_5/Scope/regress-185485.js')
-rw-r--r--js/src/tests/js1_5/Scope/regress-185485.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/js1_5/Scope/regress-185485.js b/js/src/tests/js1_5/Scope/regress-185485.js
index 19d190eea..a75bf885a 100644
--- a/js/src/tests/js1_5/Scope/regress-185485.js
+++ b/js/src/tests/js1_5/Scope/regress-185485.js
@@ -94,7 +94,7 @@ with (x)
}
status = inSection(5);
actual = x.g.toString();
-expect = (function () {}).toString();
+expect = (function() {}).toString();
addThis();