summaryrefslogtreecommitdiff
path: root/test/language/statements/function/S13.2_A4_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/function/S13.2_A4_T2.js')
-rw-r--r--test/language/statements/function/S13.2_A4_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/function/S13.2_A4_T2.js b/test/language/statements/function/S13.2_A4_T2.js
index e43255076..5b6038272 100644
--- a/test/language/statements/function/S13.2_A4_T2.js
+++ b/test/language/statements/function/S13.2_A4_T2.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
When Function object(F) is constructed the following steps from 9 to 11 take place
9.Create a new object as would be constructed by the expression new Object().
10. Set the constructor property of Result(9) to F. This property is given attributes { DontEnum }.