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

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

Issue 1232393005: Add notification of analyzed files (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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/test_all.dart
diff --git a/pkg/analysis_server/test/analysis/test_all.dart b/pkg/analysis_server/test/analysis/test_all.dart
index b28a687eb62672902953c90d8387eb993101e337..d6ce22ea91fe3ccb079f4bd60e2932ac07403368 100644
--- a/pkg/analysis_server/test/analysis/test_all.dart
+++ b/pkg/analysis_server/test/analysis/test_all.dart
@@ -8,6 +8,8 @@ import 'package:unittest/unittest.dart';
import 'get_errors_test.dart' as get_errors_test;
import 'get_hover_test.dart' as get_hover_test;
import 'get_navigation_test.dart' as get_navigation_test;
+import 'notification_analyzedFiles_test.dart'
Paul Berry 2015/07/13 21:51:13 Did you forget to add this file? I don't see it.
Brian Wilkerson 2015/07/13 22:05:03 Yes, done.
+ as notification_analyzedFiles_test;
import 'notification_errors_test.dart' as notification_errors_test;
import 'notification_highlights_test.dart' as notification_highlights_test;
import 'notification_navigation_test.dart' as notification_navigation_test;
@@ -25,6 +27,7 @@ main() {
get_errors_test.main();
get_hover_test.main();
get_navigation_test.main();
+ notification_analyzedFiles_test.main();
notification_errors_test.main();
notification_highlights_test.main();
notification_navigation_test.main();

Powered by Google App Engine
This is Rietveld 408576698