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

Unified Diff: pkg/analysis_server/test/analysis/notification_highlights_test2.dart

Issue 2884593003: Reverse the sense of the flag to make it easier to find test that need to be converted (Closed)
Patch Set: Created 3 years, 7 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/analysis/notification_highlights_test2.dart
diff --git a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
index 37c8239a11843d4bac98a0fd3f16a4f1c3496ea1..a5e445cf525a366c4466f418812cf982ab29ffa9 100644
--- a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
+++ b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
@@ -25,6 +25,9 @@ main() {
class AnalysisNotificationHighlightsTest extends AbstractAnalysisTest {
List<HighlightRegion> regions;
+ @override
+ bool get enableNewAnalysisDriver => false;
+
void assertHasRawRegion(HighlightRegionType type, int offset, int length) {
for (HighlightRegion region in regions) {
if (region.offset == offset &&

Powered by Google App Engine
This is Rietveld 408576698