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

Unified Diff: test/rules/implementation_imports.dart

Issue 1425293002: Lint to test for private/implementation imports. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 2 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
« test/rule_test.dart ('K') | « test/rule_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/implementation_imports.dart
diff --git a/test/_data/p6/lib/p6_lib.dart b/test/rules/implementation_imports.dart
similarity index 89%
copy from test/_data/p6/lib/p6_lib.dart
copy to test/rules/implementation_imports.dart
index 40d3f855a6e54d5d450517170a6aa04775ca6c51..d690a8a37e3c55357919d40f515836e491b91e8b 100644
--- a/test/_data/p6/lib/p6_lib.dart
+++ b/test/rules/implementation_imports.dart
@@ -2,4 +2,4 @@
// 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.
-void p6_lib() {}
+// Tested in unit tests.
Brian Wilkerson 2015/10/31 21:04:30 What is the purpose of this file?
pquitslund 2015/10/31 23:13:09 Good catch. I *misremembered* that the test frame
« test/rule_test.dart ('K') | « test/rule_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698