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

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

Issue 1284593003: Remove dart2jslib.dart (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
« no previous file with comments | « tests/compiler/dart2js/mirrors/mirrors_reader_test.dart ('k') | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 754e857fcd81a3cfaac71b7b0d3f5a9cf26e8b90..e9cabd45f8471bbe121dacf734b2cc2224f45691 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -10,6 +10,8 @@ import 'dart:collection';
import 'package:compiler/compiler.dart' as api;
import 'package:compiler/src/constants/expressions.dart';
+import 'package:compiler/src/diagnostics/source_span.dart';
+import 'package:compiler/src/diagnostics/spannable.dart';
import 'package:compiler/src/elements/elements.dart';
import 'package:compiler/src/js_backend/js_backend.dart'
show JavaScriptBackend;
@@ -19,7 +21,6 @@ import 'package:compiler/src/resolution/resolution.dart';
import 'package:compiler/src/script.dart';
import 'package:compiler/src/tree/tree.dart';
import 'package:compiler/src/old_to_new_api.dart';
-import 'package:compiler/src/util/util.dart';
import 'parser_helper.dart';
import 'package:compiler/src/elements/modelx.dart'
@@ -28,8 +29,7 @@ import 'package:compiler/src/elements/modelx.dart'
ErroneousElementX,
FunctionElementX;
-import 'package:compiler/src/dart2jslib.dart'
- hide TreeElementMapping;
+import 'package:compiler/src/compiler.dart';
import 'package:compiler/src/deferred_load.dart'
show DeferredLoadTask,
« no previous file with comments | « tests/compiler/dart2js/mirrors/mirrors_reader_test.dart ('k') | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698