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

Unified Diff: pkg/analysis_server/test/index/lru_cache_test.dart

Issue 351813002: A local file-based Index implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/index/lru_cache_test.dart
diff --git a/pkg/analysis_server/test/index/lru_cache_test.dart b/pkg/analysis_server/test/index/lru_cache_test.dart
index f397a5d49f11dc21d849eb86f4ce2981715b21bc..5874a773a181bc77876cfff1f31d95f47a9be28c 100644
--- a/pkg/analysis_server/test/index/lru_cache_test.dart
+++ b/pkg/analysis_server/test/index/lru_cache_test.dart
@@ -12,7 +12,7 @@ import '../reflective_tests.dart';
main() {
groupSep = ' | ';
- group('FixedStringCodecTest', () {
+ group('LRUCache', () {
runReflectiveTests(_LRUCacheTest);
});
}

Powered by Google App Engine
This is Rietveld 408576698