| Index: sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
|
| index 215af0b08f5acb4cc95ef04dee957a5bf75d617d..eb95620da47bc7cd52d238055088ed25c29bc950 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
|
| @@ -45,7 +45,7 @@ void main() {
|
| ])
|
| ]).create();
|
|
|
| - startPubServe(shouldGetFirst: true);
|
| + pubServe(shouldGetFirst: true);
|
| requestShouldSucceed("main.dart.js", contains("footext"));
|
| requestShouldSucceed("main.dart.js", contains("libtext"));
|
| endPubServe();
|
|
|