Index: test/descriptor.dart |
diff --git a/test/descriptor.dart b/test/descriptor.dart |
index a9c5dffb29edbb6dad0202443532702ccad0c4da..4a0a62b571d7c42f6b1d2dd3a05c1f8129923f71 100644 |
--- a/test/descriptor.dart |
+++ b/test/descriptor.dart |
@@ -192,7 +192,10 @@ DirectoryDescriptor appDir([Map dependencies]) => |
/// Describes a `.packages` file. |
/// |
-/// [dependencies] maps package names to version strings. |
+/// [dependencies] maps package names to strings describing where the packages |
+/// are located on disk. If the strings are sematnic versions, then the packages |
Bob Nystrom
2015/07/08 16:00:38
"sematnic" -> "semantic".
nweiz
2015/07/09 00:32:01
Done in a separate CL.
|
+/// are located in the system cache; otherwise, the strings are interpreted as |
+/// relative `file:` URLs. |
/// |
/// Validation checks that the `.packages` file exists, has the expected |
/// entries (one per key in [dependencies]), each with a path that contains |