Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java |
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java |
index b323aa745ea19ac9a7f57a6d3274573914aa7802..c38202d581452d950610612ed274752293bbf374 100644 |
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java |
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java |
@@ -252,7 +252,7 @@ public class StaticTypeWarningCodeTest extends ResolverTestCase { |
verify(source); |
} |
- public void test_invalidAssignment_regressionInR35501() throws Exception { |
+ public void test_invalidAssignment_regressionInIssue18468Fix() throws Exception { |
// https://code.google.com/p/dart/issues/detail?id=18628 |
Source source = addSource(createSource(// |
"class C<T> {", |
@@ -628,7 +628,8 @@ public class StaticTypeWarningCodeTest extends ResolverTestCase { |
verify(source); |
} |
- public void test_typeArgumentNotMatchingBounds_extends_regressionInR35501() throws Exception { |
+ public void test_typeArgumentNotMatchingBounds_extends_regressionInIssue18468Fix() |
+ throws Exception { |
// https://code.google.com/p/dart/issues/detail?id=18628 |
Source source = addSource(createSource(// |
"class X<T extends Type> {}", |