Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: pkg/kernel/test/class_hierarchy_test.dart

Issue 2916323002: Implement IncrementalClassHierarchy.getRankedSuperclasses(). (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/kernel/lib/src/incremental_class_hierarchy.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/class_hierarchy_test.dart
diff --git a/pkg/kernel/test/class_hierarchy_test.dart b/pkg/kernel/test/class_hierarchy_test.dart
index b4d459dcab19955a8f84d187897eb5228bfb344f..40f674c4c1a19b9c31f400ec1220c9c609ab5c19 100644
--- a/pkg/kernel/test/class_hierarchy_test.dart
+++ b/pkg/kernel/test/class_hierarchy_test.dart
@@ -113,11 +113,6 @@ class IncrementalClassHierarchyTest extends _ClassHierarchyTest {
}
@failingTest
- void test_getRankedSuperclasses() {
- super.test_getRankedSuperclasses();
- }
-
- @failingTest
void test_getTypeAsInstanceOf_generic_extends() {
super.test_getTypeAsInstanceOf_generic_extends();
}
« no previous file with comments | « pkg/kernel/lib/src/incremental_class_hierarchy.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698