From 653a0684817f9b7a5f40c9ea5acfcdd06bb7be4f Mon Sep 17 00:00:00 2001 From: Ross Kirsling <rkirsling@gmail.com> Date: Mon, 7 Jan 2019 20:14:25 -0800 Subject: [PATCH] Address feedback. --- .../eval-code/direct/var-env-lower-lex-catch-non-strict.js | 1 - .../language/statements/try/catch-redeclared-for-of-var.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/annexB/language/eval-code/direct/var-env-lower-lex-catch-non-strict.js b/test/annexB/language/eval-code/direct/var-env-lower-lex-catch-non-strict.js index 928d9b6cf5..19c5f7f18a 100644 --- a/test/annexB/language/eval-code/direct/var-env-lower-lex-catch-non-strict.js +++ b/test/annexB/language/eval-code/direct/var-env-lower-lex-catch-non-strict.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-variablestatements-in-catch-blocks -es6id: B.3.5 description: Re-declaration of catch parameter info: | [...] diff --git a/test/annexB/language/statements/try/catch-redeclared-for-of-var.js b/test/annexB/language/statements/try/catch-redeclared-for-of-var.js index c66f548461..4154406288 100644 --- a/test/annexB/language/statements/try/catch-redeclared-for-of-var.js +++ b/test/annexB/language/statements/try/catch-redeclared-for-of-var.js @@ -1,8 +1,8 @@ -// Copyright (C) 2016 the V8 project authors. All rights reserved. +// Copyright (C) 2019 Sony Interactive Entertainment Inc. // This code is governed by the BSD license found in the LICENSE file. /*--- +author: Ross Kirsling esid: sec-variablestatements-in-catch-blocks -es6id: B.3.5 description: Re-declaration of catch parameter (for-of statement) info: | It is a Syntax Error if any element of the BoundNames of CatchParameter -- GitLab