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

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
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..c524ab5cce3e281f023bf047d76563e2b76e1211
--- /dev/null
+++ b/pkg/package_test_data/pubspec.yaml
@@ -0,0 +1,8 @@
+name: package_test_data
+version: 0.0.1-dev
Søren Gjesse 2015/08/10 12:22:18 I guess remove the -dev here.
Lasse Reichstein Nielsen 2015/08/11 07:53:52 It's basically meant as a marker for "this has not
+author: "Dart Team <misc@dartlang.org>"
+description: >
+ Contains data used by platform tests using package: URIs.
+ Should not be published.
Søren Gjesse 2015/08/10 12:22:18 *not*
Lasse Reichstein Nielsen 2015/08/11 07:53:52 Done.
+environment:
+ sdk: ">=1.13.0"

Powered by Google App Engine
This is Rietveld 408576698