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

Side by Side Diff: pkg/analysis_server/test/test_all.dart

Issue 725143004: Format and sort analyzer and analysis_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 import 'package:unittest/unittest.dart'; 5 import 'package:unittest/unittest.dart';
6 6
7 import 'analysis/test_all.dart' as analysis_all; 7 import 'analysis/test_all.dart' as analysis_all;
8 import 'analysis_server_test.dart' as analysis_server_test; 8 import 'analysis_server_test.dart' as analysis_server_test;
9 import 'channel/test_all.dart' as channel_test; 9 import 'channel/test_all.dart' as channel_test;
10 import 'context_manager_test.dart' as context_manager_test; 10 import 'context_manager_test.dart' as context_manager_test;
(...skipping 24 matching lines...) Expand all
35 domain_execution_test.main(); 35 domain_execution_test.main();
36 domain_server_test.main(); 36 domain_server_test.main();
37 edit_all.main(); 37 edit_all.main();
38 operation_test_all.main(); 38 operation_test_all.main();
39 protocol_server_test.main(); 39 protocol_server_test.main();
40 protocol_test.main(); 40 protocol_test.main();
41 search_all.main(); 41 search_all.main();
42 services_all.main(); 42 services_all.main();
43 socket_server_test.main(); 43 socket_server_test.main();
44 }); 44 });
45 } 45 }
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/socket_server_test.dart ('k') | pkg/analysis_server/test/timing/completion/completion_simple.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698