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

Unified Diff: pkg/analysis_services/test/correction/name_suggestion_test.dart

Issue 458063002: Initial work on refactorings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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_services/test/correction/name_suggestion_test.dart
diff --git a/pkg/analysis_services/test/correction/name_suggestion_test.dart b/pkg/analysis_services/test/correction/name_suggestion_test.dart
index 74449109a1af39ed6cc5fd7fbd26756e8a00cee4..9ac675ee91ae2aa3265cf0366aa4888855c8b954 100644
--- a/pkg/analysis_services/test/correction/name_suggestion_test.dart
+++ b/pkg/analysis_services/test/correction/name_suggestion_test.dart
@@ -12,7 +12,7 @@ import 'package:analysis_testing/abstract_single_unit.dart';
import 'package:analysis_testing/reflective_tests.dart';
import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/element.dart';
-import 'package:unittest/unittest.dart' hide isEmpty;
+import 'package:unittest/unittest.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698