summaryrefslogtreecommitdiff
path: root/test/built-ins/Promise/all/resolve-from-same-thenable.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Promise/all/resolve-from-same-thenable.js')
-rw-r--r--test/built-ins/Promise/all/resolve-from-same-thenable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Promise/all/resolve-from-same-thenable.js b/test/built-ins/Promise/all/resolve-from-same-thenable.js
index 328c5997e..02cc9b982 100644
--- a/test/built-ins/Promise/all/resolve-from-same-thenable.js
+++ b/test/built-ins/Promise/all/resolve-from-same-thenable.js
@@ -5,7 +5,7 @@
es6id: 25.4.4.1.1
description: >
Cannot tamper remainingElementsCount when Promise.all resolve element function is called multiple times.
-info: >
+info: |
Runtime Semantics: PerformPromiseAll( iteratorRecord, constructor, resultCapability)
...