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

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

Issue 250823006: Translate parts of engine.services project. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move to pkg/analysis_services/ Created 6 years, 8 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
« no previous file with comments | « pkg/analysis_services/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', () {
+// });
+}
« no previous file with comments | « pkg/analysis_services/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698