| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 19088caa2cd5fbf94f63a48141cdfb55a1e9b278..6cd7afb3dd63ef555b3c68c916481470c1fcdd51 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -342,7 +342,7 @@ class AnalysisTestOutputImpl extends TestOutputImpl {
|
| if ((outcome.isEmpty() || outcome.contains('compile-time error'))
|
| && errors.length > 0) {
|
| return true;
|
| - } else if (outcome.contains('static type error')
|
| + } else if (outcome.contains('static type warning')
|
| && staticWarnings.length > 0) {
|
| return true;
|
| }
|
|
|