Chromium Code Reviews| Index: pkg/package_test_data/pubspec.yaml |
| diff --git a/pkg/package_test_data/pubspec.yaml b/pkg/package_test_data/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..000aca35eafddcd8249eea5e7ee2300afd23c369 |
| --- /dev/null |
| +++ b/pkg/package_test_data/pubspec.yaml |
| @@ -0,0 +1,8 @@ |
| +name: package_test_data |
| +version: 0.0.1 |
| +author: "Dart Team <misc@dartlang.org>" |
| +description: > |
| + Contains data used by platform tests using package: URIs. |
| + Should *not* be published. |
| +environment: |
| + sdk: ">=1.13.0" |