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

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

Issue 626883003: Fix for the prefix/suffix diff computing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/correction/strings_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/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 13dd52b11157d0b055ed854ba91704ab605a2f6e..197ee67ee5309a0c02d11f568c796b71e60545f0 100644
--- a/pkg/analysis_server/test/services/correction/test_all.dart
+++ b/pkg/analysis_server/test/services/correction/test_all.dart
@@ -8,7 +8,6 @@ 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;
@@ -23,7 +22,6 @@ main() {
group('correction', () {
assist_test.main();
change_test.main();
- diff_test.main();
fix_test.main();
levenshtein_test.main();
name_suggestion_test.main();
« no previous file with comments | « pkg/analysis_server/test/services/correction/strings_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698