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

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

Issue 402333006: Implementation of the 'edit.getFixes' API in server. (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/test_all.dart
diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
index 73e73a3daa10ac228115d6052eb13d4e5c0710a3..cf54814c5a23992c10a572b6f1f39312189519a3 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -16,8 +16,8 @@ import 'completion_test.dart' as completion_test;
import 'computer/test_all.dart' as computer_test_all;
import 'context_directory_manager_test.dart' as context_directory_manager_test;
import 'domain_analysis_test.dart' as domain_analysis_test;
-import 'domain_edit_test.dart' as domain_edit_test;
import 'domain_server_test.dart' as domain_server_test;
+import 'edit/test_all.dart' as edit_all;
import 'operation/test_all.dart' as operation_test_all;
import 'package_map_provider_test.dart' as package_map_provider_test;
import 'package_uri_resolver_test.dart' as package_uri_resolver_test;
@@ -43,8 +43,8 @@ main() {
computer_test_all.main();
context_directory_manager_test.main();
domain_analysis_test.main();
- domain_edit_test.main();
domain_server_test.main();
+ edit_all.main();
operation_test_all.main();
package_map_provider_test.main();
package_uri_resolver_test.main();

Powered by Google App Engine
This is Rietveld 408576698