diff --git a/test/intl402/NumberFormat/constructor-option-read-order.js b/test/intl402/NumberFormat/constructor-option-read-order.js index 04532a0998..7eff141a9c 100644 --- a/test/intl402/NumberFormat/constructor-option-read-order.js +++ b/test/intl402/NumberFormat/constructor-option-read-order.js @@ -1,4 +1,4 @@ -/// Copyright 2023 the V8 project authors. All rights reserved. +// Copyright 2023 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/PluralRules/constructor-option-read-order.js b/test/intl402/PluralRules/constructor-option-read-order.js index d5bac7a633..e98bd57586 100644 --- a/test/intl402/PluralRules/constructor-option-read-order.js +++ b/test/intl402/PluralRules/constructor-option-read-order.js @@ -1,4 +1,4 @@ -/// Copyright 2023 the V8 project authors. All rights reserved. +// Copyright 2023 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---