| Index: tests/lib/mirrors/method_mirror_source_other.dart
|
| diff --git a/tests/lib/mirrors/method_mirror_source_other.dart b/tests/lib/mirrors/method_mirror_source_other.dart
|
| index 29adf5bb7a6eed091f1381a7c0fd3d05344722fc..37151b62d18b91f204e573faeccd1377cdd00611 100644
|
| --- a/tests/lib/mirrors/method_mirror_source_other.dart
|
| +++ b/tests/lib/mirrors/method_mirror_source_other.dart
|
| @@ -3,4 +3,6 @@ main() {
|
| }
|
| // This function must be on the first line.
|
|
|
| -class SomethingInOther {}
|
| +class SomethingInOther {}
|
| +
|
| +// Note: This test relies on LF line endings in the source file.
|
|
|