Index: tests/language/multiline_strings_test.dart |
diff --git a/tests/language/multiline_strings_test.dart b/tests/language/multiline_strings_test.dart |
index d7f8f3e5d03946957477ef8ab7530f3e2aabc603..8795014d32ef458ff48c5f7ba5e19ab1b1c57e68 100644 |
--- a/tests/language/multiline_strings_test.dart |
+++ b/tests/language/multiline_strings_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"; |
main() { |