| Index: tests/language/raw_string_test.dart
|
| diff --git a/tests/language/raw_string_test.dart b/tests/language/raw_string_test.dart
|
| index ee5365bc6820954eb61352de7c5ab01436fec899..b577747851fb764d0b7c6ad775e68c084ec0a572 100644
|
| --- a/tests/language/raw_string_test.dart
|
| +++ b/tests/language/raw_string_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// Note: This test relies on LF line endings in the source file.
|
| +
|
| import "package:expect/expect.dart";
|
|
|
| class RawStringTest {
|
|
|