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

Unified Diff: tests/compiler/dart2js/type_checker_test.dart

Issue 1286993004: Split resolution into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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: tests/compiler/dart2js/type_checker_test.dart
diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
index 7d9573191ee2f6ee6806622422133c0917f805c1..5e14862a3ace0c8496e8b91f5552fcc1a61c4fdc 100644
--- a/tests/compiler/dart2js/type_checker_test.dart
+++ b/tests/compiler/dart2js/type_checker_test.dart
@@ -16,7 +16,7 @@ import 'package:compiler/src/elements/modelx.dart' show
ElementX,
FunctionElementX;
import 'package:compiler/src/io/source_file.dart';
-import 'package:compiler/src/resolution/resolution.dart' show
+import 'package:compiler/src/resolution/tree_elements.dart' show
TreeElements,
TreeElementMapping;
import 'package:compiler/src/tree/tree.dart';

Powered by Google App Engine
This is Rietveld 408576698