summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/length/S15.3.5.1_A1_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/length/S15.3.5.1_A1_T2.js')
-rw-r--r--test/built-ins/Function/length/S15.3.5.1_A1_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/length/S15.3.5.1_A1_T2.js b/test/built-ins/Function/length/S15.3.5.1_A1_T2.js
index bb7058e4c..2a8ee4e26 100644
--- a/test/built-ins/Function/length/S15.3.5.1_A1_T2.js
+++ b/test/built-ins/Function/length/S15.3.5.1_A1_T2.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The value of the length property is usually an integer that indicates the
'typical' number of arguments expected by the function
es5id: 15.3.5.1_A1_T2