Chromium Code Reviews| Index: lib/src/test_package_config |
| diff --git a/lib/src/test_package_config b/lib/src/test_package_config |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..31aaa5e860718f65a2ef7aefce073a3c783ac341 |
| --- /dev/null |
| +++ b/lib/src/test_package_config |
| @@ -0,0 +1,3 @@ |
| +# This needs to be in src/ so the tests can access it using a package: URI. |
| +foo:file:///foo/bar/ |
| +bar:http://dartlang.org/bar/ |