| Index: sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
|
| similarity index 95%
|
| rename from sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| rename to sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
|
| index f69676a5a26c4ce44d7d63ca76e66e8b50716229..725fac58fef8652fe184fab143f4875679f0f7ac 100644
|
| --- a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
|
| @@ -13,7 +13,7 @@ main() {
|
| // TODO(rnystrom): Should also add tests that other transformers work
|
| // (#14556).
|
|
|
| - integration("compiles Dart entrypoints to Dart and JS", () {
|
| + integration("compiles Dart entrypoints to JS", () {
|
| // Dart2js can take a long time to compile dart code, so we increase the
|
| // timeout to cope with that.
|
| currentSchedule.timeout *= 3;
|
|
|