| Index: tests/compiler/dart2js/closure_codegen_test.dart
|
| diff --git a/tests/compiler/dart2js/closure_codegen_test.dart b/tests/compiler/dart2js/closure_codegen_test.dart
|
| index b4399a843078bb16482e9e6c91050bc6b593f76c..944446b7c18ddd70a9b4d2f4f3d3d3c094b8bafb 100644
|
| --- a/tests/compiler/dart2js/closure_codegen_test.dart
|
| +++ b/tests/compiler/dart2js/closure_codegen_test.dart
|
| @@ -3,7 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test that parameters keep their names in the output.
|
|
|
| -import "package:expect/expect.dart";
|
| import 'compiler_helper.dart';
|
| import 'parser_helper.dart';
|
|
|
|
|