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

Unified Diff: pkg/package_test_data/pubspec.yaml

Issue 1276263002: Add resource tests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address comments. Created 5 years, 4 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
« no previous file with comments | « pkg/package_test_data/lib/resources/sample.txt ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « pkg/package_test_data/lib/resources/sample.txt ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698