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

Unified Diff: sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart

Issue 494943002: Don't load assets unnecessarily when precompiling executables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 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: sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart b/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
index 60be82ffbe132f27a1ecb3b1c531974b39d6933a..df53819de683b7bcefd8bb09ce205d22fbb8f552 100644
--- a/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
+++ b/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
@@ -14,7 +14,7 @@ main() {
forBothPubGetAndUpgrade((command) {
integration('fails gracefully if the package does not exist', () {
- servePackages([]);
+ serveNoPackages();
d.appDir({"foo": "1.2.3"}).create();
« no previous file with comments | « sdk/lib/_internal/pub/test/global/run/unknown_package_test.dart ('k') | sdk/lib/_internal/pub/test/hosted/offline_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698