Chromium Code Reviews| Index: test/codegen/expect/constructors.js |
| diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js |
| index 289c4633db489ecde6fa10fc02f1a6a8e592be21..4fb06b7c78bdcf4b32eb76d6eb90753fddf2edc8 100644 |
| --- a/test/codegen/expect/constructors.js |
| +++ b/test/codegen/expect/constructors.js |
| @@ -1,8 +1,7 @@ |
| var constructors; |
| (function(exports) { |
| 'use strict'; |
| - class A extends core.Object { |
| - } |
| + class A extends core.Object {} |
| class B extends core.Object { |
| B() { |
| } |