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

Unified Diff: pkg/analyzer/test/src/summary/summarize_ast_strong_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_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
index 5146687d3f3d030b94e82de6c9869ff71c84a738..95e0ff823db38af3bc2e5e496649360c18235653 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -129,10 +129,4 @@ class LinkedSummarizeAstStrongTest 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