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

Unified Diff: pkg/analysis_server/test/integration/analysis/outline_test.dart

Issue 2571513002: Implement 'analysis.outline' for the new analysis driver. (Closed)
Patch Set: Created 4 years 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/analysis_server/test/integration/analysis/get_errors_before_analysis_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis/outline_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/outline_test.dart b/pkg/analysis_server/test/integration/analysis/outline_test.dart
index 3e2e5a40f02d9966a68abbc97e821501f74632dd..92865fff7bc6baab29e2f55802fe9a134a789da0 100644
--- a/pkg/analysis_server/test/integration/analysis/outline_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/outline_test.dart
@@ -89,10 +89,4 @@ class OutlineTest extends AbstractOutlineTest {}
class OutlineTest_Driver extends AbstractOutlineTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- test_outline() {
- // NoSuchMethodError: The getter 'element' was called on null.
- return super.test_outline();
- }
}
« no previous file with comments | « pkg/analysis_server/test/integration/analysis/get_errors_before_analysis_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698