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

Unified Diff: dart/tests/compiler/dart2js/mirror_helper_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
Index: dart/tests/compiler/dart2js/mirror_helper_test.dart
diff --git a/dart/tests/compiler/dart2js/mirror_helper_test.dart b/dart/tests/compiler/dart2js/mirror_helper_test.dart
index 1f3b7aea827080c5286bf03c593af178d15f44f1..80888b890ec4fe200795aa2358deecf19dce1707 100644
--- a/dart/tests/compiler/dart2js/mirror_helper_test.dart
+++ b/dart/tests/compiler/dart2js/mirror_helper_test.dart
@@ -6,26 +6,17 @@ import "package:expect/expect.dart";
import 'dart:async';
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/elements/elements.dart'
-show
+import 'package:compiler/implementation/elements/elements.dart' show
Element, LibraryElement, ClassElement;
-import
- '../../../sdk/lib/_internal/compiler/implementation/tree/tree.dart'
-show
+import 'package:compiler/implementation/tree/tree.dart' show
Block, ExpressionStatement, FunctionExpression, Node, Send;
-import
- '../../../sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart'
-show
+import 'package:compiler/implementation/dart_backend/dart_backend.dart' show
DartBackend, ElementAst;
-import
- '../../../sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart'
-show
+import 'package:compiler/implementation/mirror_renamer/mirror_renamer.dart' show
MirrorRenamer;
-
main() {
testWithMirrorRenaming(minify: true);
testWithMirrorRenaming(minify: false);

Powered by Google App Engine
This is Rietveld 408576698