| Index: tests/lib/mirrors/method_mirror_location_test.dart
|
| diff --git a/tests/lib/mirrors/method_mirror_location_test.dart b/tests/lib/mirrors/method_mirror_location_test.dart
|
| index 8d154fabd5cdc920e2932cb8fc73803377f9e3f8..446f313877dbda7266b7bc911a50632d7017ecd1 100644
|
| --- a/tests/lib/mirrors/method_mirror_location_test.dart
|
| +++ b/tests/lib/mirrors/method_mirror_location_test.dart
|
| @@ -33,7 +33,7 @@ class ClassInMainFile {
|
| method() {}
|
| }
|
|
|
| -topLevelInMainFile() {}
|
| +void topLevelInMainFile() {}
|
| spaceIdentedInMainFile() {}
|
| tabIdentedInMainFile() {}
|
|
|
|
|