| Index: test/runner/pub_serve_test.dart
|
| diff --git a/test/runner/pub_serve_test.dart b/test/runner/pub_serve_test.dart
|
| index 6304b8cfe68add1d6863dfaf0aedef9ba6fd5ec2..d15370f5dd9ee2ad2e3cb3330f4676d7898082af 100644
|
| --- a/test/runner/pub_serve_test.dart
|
| +++ b/test/runner/pub_serve_test.dart
|
| @@ -223,7 +223,7 @@ transformers:
|
| contains('-1: load error'),
|
| contains('''
|
| Failed to load "test/my_test.dart":
|
| - Error getting http://localhost:54321/my_test.vm_test.dart: Connection refused
|
| + Error getting http://localhost:54321/my_test.dart.vm_test.dart: Connection refused
|
| Make sure "pub serve" is running.''')
|
| ]));
|
| expect(result.exitCode, equals(1));
|
| @@ -235,8 +235,8 @@ transformers:
|
| expect(result.stdout, allOf([
|
| contains('-1: load error'),
|
| contains('Failed to load "test/my_test.dart":'),
|
| - contains('Error getting http://localhost:54321/my_test.browser_test.dart'
|
| - '.js: Connection refused (errno '),
|
| + contains('Error getting http://localhost:54321/my_test.dart.browser_test'
|
| + '.dart.js: Connection refused (errno '),
|
| contains('Make sure "pub serve" is running.')
|
| ]));
|
| expect(result.exitCode, equals(1));
|
|
|