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

Unified Diff: tests/compiler/dart2js/backend_dart/dart_printer_test.dart

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/backend_dart/dart_printer_test.dart
diff --git a/tests/compiler/dart2js/backend_dart/dart_printer_test.dart b/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
index f2780808b83014c277652a445512b37cd4d7a528..dc6219f3fb6d6c5027ba3049c2b27900a17cab27 100644
--- a/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
+++ b/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
@@ -5,16 +5,16 @@
library dart_printer_test;
import "package:expect/expect.dart";
-import 'package:compiler/implementation/constants/values.dart';
-import 'package:compiler/implementation/dart_backend/backend_ast_nodes.dart';
-import 'package:compiler/implementation/scanner/scannerlib.dart';
-import 'package:compiler/implementation/source_file.dart';
-import 'package:compiler/implementation/dart2jslib.dart';
-import 'package:compiler/implementation/tree/tree.dart' show DartString;
+import 'package:compiler/src/constants/values.dart';
+import 'package:compiler/src/dart_backend/backend_ast_nodes.dart';
+import 'package:compiler/src/scanner/scannerlib.dart';
+import 'package:compiler/src/source_file.dart';
+import 'package:compiler/src/dart2jslib.dart';
+import 'package:compiler/src/tree/tree.dart' show DartString;
import 'dart:mirrors';
-import 'package:compiler/implementation/tree/tree.dart' as tree;
-import 'package:compiler/implementation/string_validator.dart';
-import 'package:compiler/implementation/dart_backend/backend_ast_to_frontend_ast.dart'
+import 'package:compiler/src/tree/tree.dart' as tree;
+import 'package:compiler/src/string_validator.dart';
+import 'package:compiler/src/dart_backend/backend_ast_to_frontend_ast.dart'
show TreePrinter;
/// For debugging the [AstBuilder] stack. Prints information about [x].
« no previous file with comments | « tests/compiler/dart2js/backend_dart/dart_new_backend_test.dart ('k') | tests/compiler/dart2js/backend_dart/end2end_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698