Index: test/runner/configuration/top_level_test.dart |
diff --git a/test/runner/configuration/top_level_test.dart b/test/runner/configuration/top_level_test.dart |
index 2ebab89a9ded89346f4317b8722bf7c2983a603c..d32a581647f7e39de82aaed68527b00f4aca9fd6 100644 |
--- a/test/runner/configuration/top_level_test.dart |
+++ b/test/runner/configuration/top_level_test.dart |
@@ -63,7 +63,7 @@ void main() { |
schedule(() async { |
var nextLineFired = false; |
- test.stdout.next().then(expectAsync((line) { |
+ test.stdout.next().then(expectAsync1((line) { |
expect(line, contains("+0: success")); |
nextLineFired = true; |
})); |