| Index: tests/language/local_function_test.dart
|
| diff --git a/tests/language/local_function_test.dart b/tests/language/local_function_test.dart
|
| index 8051fe2cf0d5caa02bf4e588c30def0d0702b0af..104319ff68bac760f6c2d6ea55562c35a816ed5a 100644
|
| --- a/tests/language/local_function_test.dart
|
| +++ b/tests/language/local_function_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program testing closures.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class LocalFunctionTest {
|
| LocalFunctionTest() : field1 = 100, field2_ = 200 { }
|
| static int f(int n) {
|
|
|