| 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 441ef8bc09cf68838459fb7fab8d72a9af54d1e5..215af0b08f5acb4cc95ef04dee957a5bf75d617d 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(shouldInstallFirst: true);
|
| + startPubServe(shouldGetFirst: true);
|
| requestShouldSucceed("main.dart.js", contains("footext"));
|
| requestShouldSucceed("main.dart.js", contains("libtext"));
|
| endPubServe();
|
|
|