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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart

Issue 2351133004: Fix for out of scope type parameters in members. (Closed)
Patch Set: Created 4 years, 3 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
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 fcc12c4f71432a2cea95b9816af262e01fb376d7..126abe530e7b75a69b7614df43056547259e22fd 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -720,12 +720,6 @@ class ResynthesizeAstStrongTest extends _ResynthesizeAstTest {
test_syntheticFunctionType_withArguments() {
super.test_syntheticFunctionType_withArguments();
}
-
- @override
- @failingTest
- test_unused_type_parameter() {
- super.test_unused_type_parameter();
- }
}
/**
« no previous file with comments | « pkg/analyzer/test/src/dart/element/element_test.dart ('k') | pkg/analyzer/test/src/summary/summary_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698