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

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

Issue 615313004: Use simple prefix/suffix diff in members sorter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/correction/test_all.dart
diff --git a/pkg/analysis_server/test/services/correction/test_all.dart b/pkg/analysis_server/test/services/correction/test_all.dart
index 197ee67ee5309a0c02d11f568c796b71e60545f0..13dd52b11157d0b055ed854ba91704ab605a2f6e 100644
--- a/pkg/analysis_server/test/services/correction/test_all.dart
+++ b/pkg/analysis_server/test/services/correction/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import 'assist_test.dart' as assist_test;
import 'change_test.dart' as change_test;
+import 'diff_test.dart' as diff_test;
import 'fix_test.dart' as fix_test;
import 'levenshtein_test.dart' as levenshtein_test;
import 'name_suggestion_test.dart' as name_suggestion_test;
@@ -22,6 +23,7 @@ main() {
group('correction', () {
assist_test.main();
change_test.main();
+ diff_test.main();
fix_test.main();
levenshtein_test.main();
name_suggestion_test.main();

Powered by Google App Engine
This is Rietveld 408576698