Index: pkg/analyzer/test/src/task/strong/checker_test.dart |
diff --git a/pkg/analyzer/test/src/task/strong/checker_test.dart b/pkg/analyzer/test/src/task/strong/checker_test.dart |
index 69ae478a830252c2f8a2a9f49a55de07465d1674..c38122e49c95991020fcfa4faf661ca55a0509c6 100644 |
--- a/pkg/analyzer/test/src/task/strong/checker_test.dart |
+++ b/pkg/analyzer/test/src/task/strong/checker_test.dart |
@@ -2427,7 +2427,7 @@ var fe1 = (int x) => x; |
void test_implicitDynamic_type() { |
addFile(r''' |
class C<T> {} |
-class M1<T extends /*error:IMPLICIT_DYNAMIC_TYPE*//*error:NOT_INSTANTIATED_BOUND*/List> {} |
+class M1<T extends /*error:IMPLICIT_DYNAMIC_TYPE*/List> {} |
class M2<T> {} |
class I<T> {} |
class D<T, S> extends /*error:IMPLICIT_DYNAMIC_TYPE*/C |