| Index: pkg/analysis_services/test/test_all.dart
|
| diff --git a/pkg/smoke/test/mirrors_test.dart b/pkg/analysis_services/test/test_all.dart
|
| similarity index 63%
|
| copy from pkg/smoke/test/mirrors_test.dart
|
| copy to pkg/analysis_services/test/test_all.dart
|
| index cac643aab81c93a6e746f0e98bda711882f6c7f6..fb2208646c7c3754d9f022ef6f8245c3b902cdb2 100644
|
| --- a/pkg/smoke/test/mirrors_test.dart
|
| +++ b/pkg/analysis_services/test/test_all.dart
|
| @@ -2,13 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library smoke.test.mirrors_test;
|
| -
|
| -import 'package:smoke/mirrors.dart';
|
| import 'package:unittest/unittest.dart';
|
| -import 'common.dart' as common show main;
|
|
|
| +/// Utility for manually running all tests.
|
| main() {
|
| - setUp(useMirrors);
|
| - common.main();
|
| -}
|
| +// group('analysis_services', () {
|
| +// });
|
| +}
|
|
|