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

Unified Diff: pkg/analysis_server/test/services/completion/imported_type_computer_test.dart

Issue 506433002: Finish modifying analysis server to make use of code generation. (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_server/test/services/completion/imported_type_computer_test.dart
diff --git a/pkg/analysis_server/test/services/completion/imported_type_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_type_computer_test.dart
index 0b66aec958460ae17d073e5f1da934613d15a917..f4097685d5c6a59d9c660422ba7c0d50ab14acaa 100644
--- a/pkg/analysis_server/test/services/completion/imported_type_computer_test.dart
+++ b/pkg/analysis_server/test/services/completion/imported_type_computer_test.dart
@@ -4,7 +4,7 @@
library test.services.completion.toplevel;
-import 'package:analysis_server/src/protocol2.dart';
+import 'package:analysis_server/src/protocol.dart';
import 'package:analysis_server/src/services/completion/imported_type_computer.dart';
import 'package:analysis_testing/reflective_tests.dart';
import 'package:unittest/unittest.dart';

Powered by Google App Engine
This is Rietveld 408576698