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

Unified Diff: sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart

Issue 878983004: Update pub to look for VM's new error message text. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
index 436f13a4cec9aece43e9d42f9f38a7ad774c84de..73b1e06c47fc4a3925dd820fa47da3678656c459 100644
--- a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
@@ -30,7 +30,8 @@ main() {
createLockFile('myapp', pkg: ['barback']);
var pub = startPubServe();
pub.stderr.expect("Unhandled exception:");
- pub.stderr.expect(startsWith("Uncaught Error: Failure getting "));
+ pub.stderr.expect(
+ startsWith("Uncaught Error: Load Error: Failure getting "));
pub.shouldExit(1);
});
});

Powered by Google App Engine
This is Rietveld 408576698