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

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

Issue 2710193002: Update the analysis server integration tests to always run on the analysis driver. (Closed)
Patch Set: Created 3 years, 10 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/analysis_server/test/integration/analysis/get_navigation_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart b/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
index 72fa597207d6f9a7b5fc6816c220fd9204b1bc82..c7a89c7200661900729d02e9604805589091ec6e 100644
--- a/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
@@ -63,7 +63,4 @@ class Bar {
await sendAnalysisGetNavigation(pathname, 0, 0);
expect(result.targets, isEmpty);
}
-
- @override
- bool get enableNewAnalysisDriver => true;
}

Powered by Google App Engine
This is Rietveld 408576698