| Index: tests/language/top_level_func_test.dart
|
| diff --git a/tests/language/top_level_func_test.dart b/tests/language/top_level_func_test.dart
|
| index c26f8e425a2a6d4c6619d55d0a898ca96ebfa343..1871b90c781422e35e6273042200fe0bd3ec575c 100644
|
| --- a/tests/language/top_level_func_test.dart
|
| +++ b/tests/language/top_level_func_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program testing top-level variables.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
|
|
| class TopLevelFuncTest {
|
| static testMain() {
|
|
|