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

Unified Diff: tests/lib/mirrors/method_mirror_source_other.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
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.
« no previous file with comments | « tests/lib/mirrors/method_mirror_source_line_ending_test.dart ('k') | tests/lib/mirrors/method_mirror_source_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698