summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/S15.3.2.1_A1_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/S15.3.2.1_A1_T3.js')
-rw-r--r--test/built-ins/Function/S15.3.2.1_A1_T3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/S15.3.2.1_A1_T3.js b/test/built-ins/Function/S15.3.2.1_A1_T3.js
index 5f4eaa59b..aec811fe1 100644
--- a/test/built-ins/Function/S15.3.2.1_A1_T3.js
+++ b/test/built-ins/Function/S15.3.2.1_A1_T3.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
When the Function constructor is called with one argument then body be that argument and the following steps are taken:
i) Call ToString(body)
ii) If P is not parsable as a FormalParameterListopt then throw a SyntaxError exception