| Index: sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| index ba124f4dc32aef4b77484702be9eba39b9ed39fb..28e9acf14c4278fef0b647ce82db9f7eccf07fc3 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library pub_tests;
|
|
|
| +import 'package:scheduled_test/scheduled_stream.dart';
|
| +
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
| import '../../serve/utils.dart';
|
| @@ -30,8 +32,8 @@ main() {
|
| requestShould404("syntax-error.dart.js");
|
| server.stdout.expect(emitsLines(
|
| "[Info from Dart2JS]:\n"
|
| - "Compiling myapp|web/syntax-error.dart...\n"
|
| - "Build completed with 1 errors."));
|
| + "Compiling myapp|web/syntax-error.dart..."));
|
| + server.stdout.expect(consumeThrough("Build completed with 1 errors."));
|
| endPubServe();
|
| });
|
| }
|
|
|