| Index: dart/tools/testing/dart/test_suite.dart
|
| diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
|
| index 17f99a4103cb2da4169a324fc87847de15df5565..f96273e2a67104b3fc7226a18004e24cbf1ea4fb 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -713,9 +713,6 @@ class StandardTestSuite implements TestSuite {
|
| if (contents.contains("@compile-error") ||
|
| contents.contains("@runtime-error")) {
|
| isNegative = true;
|
| - } else if (contents.contains("@dynamic-type-error") &&
|
| - configuration['checked']) {
|
| - isNegative = true;
|
| }
|
|
|
| bool isMultitest = multiTestRegExp.hasMatch(contents);
|
|
|