| Index: dart/tests/co19/testcfg.py
|
| diff --git a/dart/tests/co19/testcfg.py b/dart/tests/co19/testcfg.py
|
| index 3d765f8ac93e34cda07120932939a481c655e6cf..cacafe06236ba8bffdf93fbf7ae19c578df1861c 100644
|
| --- a/dart/tests/co19/testcfg.py
|
| +++ b/dart/tests/co19/testcfg.py
|
| @@ -29,8 +29,6 @@ class Co19TestCase(test.TestCase):
|
| contents = self.GetSource()
|
| if '@compile-error' in contents or '@runtime-error' in contents:
|
| self._is_negative = True
|
| - elif '@dynamic-type-error' in contents:
|
| - self._is_negative = self.context.checked
|
| else:
|
| self._is_negative = False
|
| return self._is_negative
|
|
|