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

Unified Diff: sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart

Issue 19503006: Use appPubspec() in more places. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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: sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
index 05c7861e7c269eef43e79f819bb3bf2d77f6172a..1207ff078e5ec000b8e4ae01c93c4abe98b2f1a8 100644
--- a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
+++ b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
@@ -20,11 +20,8 @@ main() {
var dummyPath = path.join(sandboxDir, 'dummy.txt');
d.dir(appPath, [
- d.pubspec({
- "name": "myapp",
- "dependencies": {
- "foo": {"path": dummyPath}
- }
+ d.appPubspec({
+ "foo": {"path": dummyPath}
})
]).create();

Powered by Google App Engine
This is Rietveld 408576698