| Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| index aa9cde3d41c5cf0c6cc413d6a90c8a423eb4d0ac..0f696971267c25f7474c3e7247a1d592dd3ff596 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -726,9 +726,8 @@ class ResynthesizeAstStrongTest extends _ResynthesizeAstTest {
|
|
|
| @override
|
| @failingTest
|
| - test_instantiateToBounds_boundRefersToLaterTypeArgument() {
|
| - // TODO(paulberry): this is failing due to dartbug.com/27072.
|
| - super.test_instantiateToBounds_boundRefersToLaterTypeArgument();
|
| + test_instantiateToBounds_boundRefersToItself() {
|
| + super.test_instantiateToBounds_boundRefersToItself();
|
| }
|
|
|
| @override
|
|
|