| 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 7a978ff8450e4b4af57289d568a533acd05f65c2..676682e7b709e82a84cc213ee24b05c65db9ca1c 100644
|
| --- a/tests/compiler/dart2js/class_codegen_test.dart
|
| +++ b/tests/compiler/dart2js/class_codegen_test.dart
|
| @@ -3,6 +3,7 @@
|
| // 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';
|
|
|
|
|