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

Unified Diff: pkg/analyzer/test/src/util/test_all.dart

Issue 961823004: Fix for the change/save/undo race condition. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
Index: pkg/analyzer/test/src/util/test_all.dart
diff --git a/pkg/analyzer/test/src/util/test_all.dart b/pkg/analyzer/test/src/util/test_all.dart
index 88de6e41828c7cd5ca545d7398aebaa70df23e9f..4b607772e430ddb8153e0a8eab468f977ba75cda 100644
--- a/pkg/analyzer/test/src/util/test_all.dart
+++ b/pkg/analyzer/test/src/util/test_all.dart
@@ -7,11 +7,13 @@ library test.src.util;
import 'package:unittest/unittest.dart';
import 'asserts_test.dart' as asserts_test;
+import 'lru_map_test.dart' as lru_map_test;
/// Utility for manually running all tests.
main() {
groupSep = ' | ';
group('task tests', () {
asserts_test.main();
+ lru_map_test.main();
});
}
« pkg/analyzer/lib/src/util/lru_map.dart ('K') | « pkg/analyzer/test/src/util/lru_map_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698