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
|