summaryrefslogtreecommitdiff
path: root/test/language/arguments-object/S10.6_A3_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/arguments-object/S10.6_A3_T1.js')
-rw-r--r--test/language/arguments-object/S10.6_A3_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/arguments-object/S10.6_A3_T1.js b/test/language/arguments-object/S10.6_A3_T1.js
index 8e4ad5c75..189c6e2a9 100644
--- a/test/language/arguments-object/S10.6_A3_T1.js
+++ b/test/language/arguments-object/S10.6_A3_T1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
A property is created with name callee with property
attributes { DontEnum } and no others
es5id: 10.6_A3_T1