summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.5_A2_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.5_A2_T1.js')
-rw-r--r--test/built-ins/RegExp/S15.10.5_A2_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.5_A2_T1.js b/test/built-ins/RegExp/S15.10.5_A2_T1.js
index 8c36bfdc0..d32dfeb60 100644
--- a/test/built-ins/RegExp/S15.10.5_A2_T1.js
+++ b/test/built-ins/RegExp/S15.10.5_A2_T1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The value of the internal [[Prototype]] property of the RegExp
constructor is the Function prototype object
es5id: 15.10.5_A2_T1