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

Unified Diff: pkg/analysis_server/test/analysis_notification_navigation_test.dart

Issue 438753002: Ignore 'dynamic' and 'void' elements in the occurrences computer too. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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_navigation_test.dart
diff --git a/pkg/analysis_server/test/analysis_notification_navigation_test.dart b/pkg/analysis_server/test/analysis_notification_navigation_test.dart
index 03425dda5fb6a2544df591d4e48f559492e135fc..b14b8daae647edd367493253929322cec5bbcd23 100644
--- a/pkg/analysis_server/test/analysis_notification_navigation_test.dart
+++ b/pkg/analysis_server/test/analysis_notification_navigation_test.dart
@@ -18,6 +18,7 @@ import 'analysis_abstract.dart';
main() {
+ groupSep = ' | ';
runReflectiveTests(AnalysisNotificationNavigationTest);
}

Powered by Google App Engine
This is Rietveld 408576698