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

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

Issue 63923004: Version 1.0.0.6 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 7 years, 1 month 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 | « no previous file | tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
===================================================================
--- sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart (revision 30348)
+++ sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart (working copy)
@@ -28,7 +28,7 @@
createLockFile('myapp', pkg: ['barback']);
var pub = startPub(args: ['serve', '--port=0', "--hostname=127.0.0.1"]);
expect(pub.nextErrLine(), completion(matches(new RegExp(
- r"Error: line 1 pos 1: library handler failed$"))));
+ r"error: line 1 pos 1: library handler failed$"))));
pub.shouldExit(1);
});
}
« no previous file with comments | « no previous file | tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698