Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tests/lib/mirrors/method_mirror_source_test.dart

Issue 1218813002: Ensure correct line endings for method_mirror_source tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: added missing .gitattributes Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib/mirrors/method_mirror_source_other.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/method_mirror_source_test.dart
diff --git a/tests/lib/mirrors/method_mirror_source_test.dart b/tests/lib/mirrors/method_mirror_source_test.dart
index 9b0945209d0c9a22c34a4224d26a8b27db0d2dc1..cea4dc1631840b2542ec3bf3076d99553718b99e 100644
--- a/tests/lib/mirrors/method_mirror_source_test.dart
+++ b/tests/lib/mirrors/method_mirror_source_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 "dart:mirrors";
import "package:expect/expect.dart";
import "method_mirror_source_other.dart";
« no previous file with comments | « tests/lib/mirrors/method_mirror_source_other.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698