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

Unified Diff: test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart

Issue 1668983003: Support the new isolate load error messages. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « lib/src/barback/transformer_isolate.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f2c6e6adc635ead361a5acb8c9d949c2ec9d224d..2a307228dada14992da606f9c160e794c793c728 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
@@ -28,8 +28,7 @@ main() {
pubGet();
var pub = startPubServe();
pub.stderr.expect("Unable to spawn isolate: Unhandled exception:");
- pub.stderr.expect(
- startsWith("Load Error for "));
+ pub.stderr.expect(startsWith('Could not import "'));
pub.shouldExit(1);
});
}
« no previous file with comments | « lib/src/barback/transformer_isolate.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698