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

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

Issue 862133006: Add tests for additional bugs fixed by r43163. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 83d013d40e683cfe9927eb890f3e13bd2e63ee04..e9867c27ccdd4fe887fde01eb77e5efc43b288cb 100644
--- a/pkg/analysis_server/test/analysis/test_all.dart
+++ b/pkg/analysis_server/test/analysis/test_all.dart
@@ -13,6 +13,7 @@ import 'notification_navigation_test.dart' as notification_navigation_test;
import 'notification_occurrences_test.dart' as notification_occurrences_test;
import 'notification_outline_test.dart' as notification_outline_test;
import 'notification_overrides_test.dart' as notification_overrides_test;
+import 'update_content_test.dart' as update_content_test;
/**
* Utility for manually running all tests.
@@ -28,5 +29,6 @@ main() {
notification_occurrences_test.main();
notification_outline_test.main();
notification_overrides_test.main();
+ update_content_test.main();
});
}

Powered by Google App Engine
This is Rietveld 408576698