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

Unified Diff: test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart

Issue 1491263003: Fix a bunch of tests. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years 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: test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
diff --git a/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart b/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
index 239c28670b06d64836922084813ecc8644cc63e2..1bf10fd4fa872f25bbe647d62afa45dcde4bbf1e 100644
--- a/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
+++ b/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
@@ -27,7 +27,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
var pub = startPubServe();
- pub.stderr.expect("Unhandled exception:");
+ pub.stderr.expect("Unable to spawn isolate: Unhandled exception:");
pub.stderr.expect(
startsWith("Load Error for "));
pub.shouldExit(1);
« no previous file with comments | « test/hosted/remove_removed_transitive_dependency_test.dart ('k') | test/upgrade/git/do_not_upgrade_if_unneeded_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698