| Index: tests/language/local_function_test.dart
|
| diff --git a/tests/language/local_function_test.dart b/tests/language/local_function_test.dart
|
| index 104319ff68bac760f6c2d6ea55562c35a816ed5a..8051fe2cf0d5caa02bf4e588c30def0d0702b0af 100644
|
| --- a/tests/language/local_function_test.dart
|
| +++ b/tests/language/local_function_test.dart
|
| @@ -3,6 +3,8 @@
|
| // 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) {
|
|
|