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

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

Issue 2884233004: Remove some more library directives (Closed)
Patch Set: Created 3 years, 7 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 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 library test.integration.analysis.all;
6
7 import 'package:test_reflective_loader/test_reflective_loader.dart'; 5 import 'package:test_reflective_loader/test_reflective_loader.dart';
8 6
9 import 'analysis_options_test.dart' as analysis_options_test; 7 import 'analysis_options_test.dart' as analysis_options_test;
10 import 'error_test.dart' as error_test; 8 import 'error_test.dart' as error_test;
11 import 'get_errors_nonStandard_sdk.dart' as get_errors_nonStandard_sdk; 9 import 'get_errors_nonStandard_sdk.dart' as get_errors_nonStandard_sdk;
12 import 'get_errors_test.dart' as get_errors_test; 10 import 'get_errors_test.dart' as get_errors_test;
13 import 'get_hover_test.dart' as get_hover_test; 11 import 'get_hover_test.dart' as get_hover_test;
14 import 'get_library_dependencies_test.dart' as get_library_dependencies_test; 12 import 'get_library_dependencies_test.dart' as get_library_dependencies_test;
15 import 'get_navigation_test.dart' as get_navigation_test; 13 import 'get_navigation_test.dart' as get_navigation_test;
16 import 'get_reachable_sources_test.dart' as get_reachable_sources_test; 14 import 'get_reachable_sources_test.dart' as get_reachable_sources_test;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 reanalyze_test.main(); 55 reanalyze_test.main();
58 set_analysis_roots_test.main(); 56 set_analysis_roots_test.main();
59 set_general_subscriptions_test.main(); 57 set_general_subscriptions_test.main();
60 set_priority_files_test.main(); 58 set_priority_files_test.main();
61 set_subscriptions_test.main(); 59 set_subscriptions_test.main();
62 update_content_test.main(); 60 update_content_test.main();
63 update_content_list_test.main(); 61 update_content_list_test.main();
64 update_options_test.main(); 62 update_options_test.main();
65 }, name: 'analysis'); 63 }, name: 'analysis');
66 } 64 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698