| Index: tools/testing/dart/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
|
| index 4e433c7ebbb4ebdef31e7cc1525130483c79443f..2a92eed4ec8dc838f2378979a131a0127913f35d 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/multitest.dart
|
| @@ -180,7 +180,7 @@ WriteMultitestToFileAndQueueIt(Map<String, String> tests,
|
| bool isNegative = (outcome.contains('compile-time error') ||
|
| outcome.contains('runtime error') ||
|
| enableFatalTypeErrors);
|
| - bool isNegativeIfChecked = outcome.contains('type error');
|
| + bool isNegativeIfChecked = outcome.contains('dynamic type error');
|
| doTest(filename,
|
| isNegative,
|
| isNegativeIfChecked,
|
|
|