| Index: tests/compiler/dart2js/class_codegen_test.dart
|
| diff --git a/tests/compiler/dart2js/class_codegen_test.dart b/tests/compiler/dart2js/class_codegen_test.dart
|
| index 13c21f040681c35f768c72d718d09f2277f6c10b..58c49bd68802c04ba41fbc0626c022b81c0f8564 100644
|
| --- a/tests/compiler/dart2js/class_codegen_test.dart
|
| +++ b/tests/compiler/dart2js/class_codegen_test.dart
|
| @@ -3,11 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test that parameters keep their names in the output.
|
|
|
| -import 'dart:async';
|
| import "package:expect/expect.dart";
|
| import "package:async_helper/async_helper.dart";
|
| import 'compiler_helper.dart';
|
| -import 'parser_helper.dart';
|
|
|
| const String TEST_ONE = r"""
|
| class A { }
|
|
|