| 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);
|
| });
|
| }
|
|
|