| Index: tests/language/generic_local_functions_test.dart
|
| diff --git a/tests/language/generic_local_functions_test.dart b/tests/language/generic_local_functions_test.dart
|
| index 21bd7a755a834e903dd8b01823c1aa4416e7b6fc..1ec1227085e98b99fbc229aa22bbeae0a11fef27 100644
|
| --- a/tests/language/generic_local_functions_test.dart
|
| +++ b/tests/language/generic_local_functions_test.dart
|
| @@ -7,7 +7,7 @@
|
| /// Dart test verifying that the parser can handle type parameterization of
|
| /// local function declarations, and declarations of function parameters.
|
|
|
| -library generic_functions_test;
|
| +library generic_local_functions_test;
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|