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

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

Issue 1755313002: Optimize ElementId search, rename the test file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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_server/test/services/index2/index2_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/index2/test_all.dart
diff --git a/pkg/analysis_server/test/services/index2/test_all.dart b/pkg/analysis_server/test/services/index2/test_all.dart
index 7219495908bf353e2a50704d7083ee9c03b35763..ebc17d69d509ad86abf7f4689270c18db64987bd 100644
--- a/pkg/analysis_server/test/services/index2/test_all.dart
+++ b/pkg/analysis_server/test/services/index2/test_all.dart
@@ -5,7 +5,7 @@
import 'package:unittest/unittest.dart';
import '../../utils.dart';
-import 'index2.dart' as index;
+import 'index2_test.dart' as index_test;
/**
* Utility for manually running all tests.
@@ -13,6 +13,6 @@ import 'index2.dart' as index;
main() {
initializeTestEnvironment();
group('index', () {
- index.main();
+ index_test.main();
});
}
« no previous file with comments | « pkg/analysis_server/test/services/index2/index2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698