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

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

Issue 2545553007: Add support for generating lints when using the new driver (Closed)
Patch Set: Created 4 years 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
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:test_reflective_loader/test_reflective_loader.dart'; 5 import 'package:test_reflective_loader/test_reflective_loader.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 'completion_test.dart' as completion_test; 10 import 'completion_test.dart' as completion_test;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 plugin_all.main(); 47 plugin_all.main();
48 protocol_server_test.main(); 48 protocol_server_test.main();
49 protocol_test.main(); 49 protocol_test.main();
50 search_all.main(); 50 search_all.main();
51 server_options.main(); 51 server_options.main();
52 services_all.main(); 52 services_all.main();
53 single_context_manager_test.main(); 53 single_context_manager_test.main();
54 socket_server_test.main(); 54 socket_server_test.main();
55 source_all.main(); 55 source_all.main();
56 src_all.main(); 56 src_all.main();
57 }, name: 'analisys_server'); 57 }, name: 'analysis_server');
58 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698