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

Unified Diff: tests/lib/mirrors/method_mirror_source_line_ending_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
Index: tests/lib/mirrors/method_mirror_source_line_ending_test.dart
diff --git a/tests/lib/mirrors/method_mirror_source_line_ending_test.dart b/tests/lib/mirrors/method_mirror_source_line_ending_test.dart
index e052cc10a95510fa40c0e378f691763a7fde26bc..c0593979c9fca8cca1fe30a2d61c154acd0db0ee 100644
--- a/tests/lib/mirrors/method_mirror_source_line_ending_test.dart
+++ b/tests/lib/mirrors/method_mirror_source_line_ending_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: These tests rely on specific line endings in the source files.
+
import "dart:mirrors";
import "package:expect/expect.dart";
« no previous file with comments | « tests/lib/mirrors/method_mirror_source_line_ending_lf.dart ('k') | tests/lib/mirrors/method_mirror_source_other.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698