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

Unified Diff: sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/list_package_dirs/ignores_updated_pubspec_test.dart
diff --git a/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart b/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart
index 179ef84fa1ceb43f33b4ac9be7565ce37c91d063..33d5065cea63a50e639b8ea3f77277a2c5b14c7a 100644
--- a/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart
+++ b/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart
@@ -42,7 +42,8 @@ main() {
"myapp": canonicalize(path.join(sandboxDir, appPath, "lib"))
},
"input_files": [
- canonicalize(path.join(sandboxDir, appPath, "pubspec.lock"))
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.lock")),
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.yaml"))
]
});
});

Powered by Google App Engine
This is Rietveld 408576698