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

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

Issue 1636893003: Remove some summary TODOs that have already been addressed. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/analyzer/lib/src/summary/resynthesize.dart ('k') | pkg/analyzer/tool/summary/idl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/summary_common.dart
diff --git a/pkg/analyzer/test/src/summary/summary_common.dart b/pkg/analyzer/test/src/summary/summary_common.dart
index 6ee90eb7b886118ff079de94c177d55b541143ef..d709c284aca7cfff4629c82ab30d859d4b26a5c1 100644
--- a/pkg/analyzer/test/src/summary/summary_common.dart
+++ b/pkg/analyzer/test/src/summary/summary_common.dart
@@ -2364,7 +2364,6 @@ class C {
}
test_dependencies_export_to_export_unused() {
- // TODO(paulberry): fix this test.
addNamedSource('/a.dart', 'export "b.dart";');
addNamedSource('/b.dart', '');
serializeLibraryText('export "a.dart";');
@@ -2376,7 +2375,6 @@ class C {
}
test_dependencies_export_unused() {
- // TODO(paulberry): fix this test.
addNamedSource('/a.dart', '');
serializeLibraryText('export "a.dart";');
// The main test library depends on a.dart, even though it doesn't
« no previous file with comments | « pkg/analyzer/lib/src/summary/resynthesize.dart ('k') | pkg/analyzer/tool/summary/idl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698