summaryrefslogtreecommitdiff
path: root/test/built-ins/Promise/all/call-resolve-element-items.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Promise/all/call-resolve-element-items.js')
-rw-r--r--test/built-ins/Promise/all/call-resolve-element-items.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/built-ins/Promise/all/call-resolve-element-items.js b/test/built-ins/Promise/all/call-resolve-element-items.js
index 3cf7629a4..97e7541c3 100644
--- a/test/built-ins/Promise/all/call-resolve-element-items.js
+++ b/test/built-ins/Promise/all/call-resolve-element-items.js
@@ -26,9 +26,7 @@ function Constructor(executor) {
}
executor(resolve, $ERROR);
}
-Constructor.resolve = function(v) {
- return v;
-};
+Constructor.resolve = function(v) { return v; };
var p1 = {
then: function(onFulfilled, onRejected) {