| Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| index 678f00d022d9dfb7797da608fea8d821f60acb13..96202017ac22bd006947551b62135806a3dbaed4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| @@ -1,5 +1,6 @@
|
| -first "let a = 1;" result: wasThrown = false
|
| -second "let a = 1;" result: wasThrown = true
|
| +
|
| +first 'let a = 1;' result: wasThrown = false
|
| +second 'let a = 1;' result: wasThrown = true
|
| exception message: Uncaught SyntaxError: Identifier 'a' has already been declared
|
| at <anonymous>:1:1
|
| {"result":{"type":"number","value":42,"description":"42"}}
|
|
|