From affe579677b77fb7de9e1cc9d895d63b9e247283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marja=20H=C3=B6ltt=C3=A4?= Date: Tue, 28 Apr 2020 10:32:13 +0200 Subject: [PATCH] fix --- test/built-ins/Promise/any/resolve-not-callable-close.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Promise/any/resolve-not-callable-close.js b/test/built-ins/Promise/any/resolve-not-callable-close.js index 9a567cecc8..a4e12f6b47 100644 --- a/test/built-ins/Promise/any/resolve-not-callable-close.js +++ b/test/built-ins/Promise/any/resolve-not-callable-close.js @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved. +// Copyright (C) 2020 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---