| Index: tests/compiler/dart2js/minify_many_locals_test.dart
|
| diff --git a/tests/compiler/dart2js/minify_many_locals_test.dart b/tests/compiler/dart2js/minify_many_locals_test.dart
|
| index 98260b9171c04c43eb47d2f4c4d92b59186c5d3b..146800fc3a08071461d130aef3fc2fda4dc1b95b 100644
|
| --- a/tests/compiler/dart2js/minify_many_locals_test.dart
|
| +++ b/tests/compiler/dart2js/minify_many_locals_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';
|
|
|
| main() {
|
|
|