diff --git a/test/built-ins/Promise/race/resolve-poisoned-then.js b/test/built-ins/Promise/race/resolve-poisoned-then.js index 1d3470afee..0dfaa34089 100644 --- a/test/built-ins/Promise/race/resolve-poisoned-then.js +++ b/test/built-ins/Promise/race/resolve-poisoned-then.js @@ -1,3 +1,4 @@ +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: Resolving with an object with a "poisoned" `then` property diff --git a/test/built-ins/Promise/race/resolve-self.js b/test/built-ins/Promise/race/resolve-self.js index 9bf40fc474..b2165d1321 100644 --- a/test/built-ins/Promise/race/resolve-self.js +++ b/test/built-ins/Promise/race/resolve-self.js @@ -1,3 +1,4 @@ +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: Resolving with a reference to the promise itself