summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/construct/trap-is-undefined.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/construct/trap-is-undefined.js')
-rw-r--r--test/built-ins/Proxy/construct/trap-is-undefined.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/construct/trap-is-undefined.js b/test/built-ins/Proxy/construct/trap-is-undefined.js
index 35852a6e2..d1a6c7106 100644
--- a/test/built-ins/Proxy/construct/trap-is-undefined.js
+++ b/test/built-ins/Proxy/construct/trap-is-undefined.js
@@ -6,7 +6,7 @@ es6id: 9.5.14
esid: sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget
description: >
If the construct trap value is undefined, propagate the construct to the target object.
-info: >
+info: |
[[Construct]] (argumentsList, newTarget)
...