Chromium Code Reviews| Index: pkg/js_ast/test/printer_callback_test.dart |
| diff --git a/pkg/js_ast/test/printer_callback_test.dart b/pkg/js_ast/test/printer_callback_test.dart |
| index a7cf391aed37895c36120809dc701bdabe795f3d..dbd248b744e480bed719cdfb002c4dff304314a1 100644 |
| --- a/pkg/js_ast/test/printer_callback_test.dart |
| +++ b/pkg/js_ast/test/printer_callback_test.dart |
| @@ -171,6 +171,7 @@ function() { |
| class FixedName extends Name { |
| final String name; |
| + String get key => name; |
| FixedName(this.name); |