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

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

Issue 341923005: Update imports to use package:compiler and package:try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37512. Created 6 years, 6 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 | « dart/tests/compiler/dart2js/mirrors_test.dart ('k') | dart/tests/compiler/dart2js/missing_file_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/mirrors_used_test.dart
diff --git a/dart/tests/compiler/dart2js/mirrors_used_test.dart b/dart/tests/compiler/dart2js/mirrors_used_test.dart
index 4f788409e8059aaadb563412eebbcd0b97f1ffbe..ad5d5bb1d43a6d3ab29ac9502b4df35f272356af 100644
--- a/dart/tests/compiler/dart2js/mirrors_used_test.dart
+++ b/dart/tests/compiler/dart2js/mirrors_used_test.dart
@@ -12,18 +12,19 @@ import "package:async_helper/async_helper.dart";
import 'memory_compiler.dart' show
compilerFor;
-import '../../../sdk/lib/_internal/compiler/implementation/apiimpl.dart' show
+import 'package:compiler/implementation/apiimpl.dart' show
Compiler;
-import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart' show
+import 'package:compiler/implementation/dart2jslib.dart' show
Constant,
TypeConstant;
-import
- '../../../sdk/lib/_internal/compiler/implementation/elements/elements.dart'
-show Element, Elements;
-import '../../../sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart'
- show JavaScriptBackend;
+import 'package:compiler/implementation/elements/elements.dart' show
+ Element,
+ Elements;
+
+import 'package:compiler/implementation/js_backend/js_backend.dart' show
+ JavaScriptBackend;
void expectOnlyVerboseInfo(Uri uri, int begin, int end, String message, kind) {
if (kind.name == 'verbose info') {
« no previous file with comments | « dart/tests/compiler/dart2js/mirrors_test.dart ('k') | dart/tests/compiler/dart2js/missing_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698