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

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

Issue 2354383002: Fix for test of linking with unused type parameter. (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/summarize_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/summarize_ast_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
index 439b801f1d528731d29d852e6b7d0c1f9116bba7..b17b6da19da5e4985445b078dcbca3f6698f8958 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
@@ -116,12 +116,6 @@ class LinkedSummarizeAstSpecTest extends LinkedSummarizeAstTest {
test_syntheticFunctionType_inGenericFunction() {
super.test_syntheticFunctionType_inGenericFunction();
}
-
- @override
- @failingTest
- test_unused_type_parameter() {
- super.test_unused_type_parameter();
- }
}
/**

Powered by Google App Engine
This is Rietveld 408576698