| Index: tests/language/local_function3_test.dart
|
| diff --git a/tests/language/local_function3_test.dart b/tests/language/local_function3_test.dart
|
| index 501510e765a3bb9a2b524b783e5c9f605b36637c..c3282c3607d2ef00ca955a2f9d5384061e80e921 100644
|
| --- a/tests/language/local_function3_test.dart
|
| +++ b/tests/language/local_function3_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 LocalFunction3Test {
|
| static testExceptions() {
|
| var f = (int n) { return n + 1; };
|
|
|