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

Unified Diff: pkg/analysis_server/test/services/index/test_all.dart

Issue 2963773003: Remove the old index. (Closed)
Patch Set: Created 3 years, 6 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
Index: pkg/analysis_server/test/services/index/test_all.dart
diff --git a/pkg/analysis_server/test/services/index/test_all.dart b/pkg/analysis_server/test/services/index/test_all.dart
deleted file mode 100644
index 18799f56286f111301ffea1fec6bc9dd5610a848..0000000000000000000000000000000000000000
--- a/pkg/analysis_server/test/services/index/test_all.dart
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
-// 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.
-
-import 'package:test_reflective_loader/test_reflective_loader.dart';
-
-import 'index_test.dart' as index_test;
-import 'index_unit_test.dart' as index_unit_test;
-
-/**
- * Utility for manually running all tests.
- */
-main() {
- defineReflectiveSuite(() {
- index_test.main();
- index_unit_test.main();
- }, name: 'index');
-}

Powered by Google App Engine
This is Rietveld 408576698