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

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

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. 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/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 407b149e2588ebd4a5e5b2cef784060423a47c6e..e7f16a46d7e994ab060172ab077c11fae6cef878 100644
--- a/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
+++ b/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
@@ -10,12 +10,15 @@ import 'package:compiler/src/dart_backend/backend_ast_nodes.dart';
import 'package:compiler/src/scanner/scannerlib.dart';
import 'package:compiler/src/io/source_file.dart';
import 'package:compiler/src/dart2jslib.dart';
+import 'package:compiler/src/diagnostic_listener.dart';
+import "package:compiler/src/messages.dart";
import 'package:compiler/src/tree/tree.dart' show DartString;
import 'dart:mirrors';
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;
+import 'package:compiler/src/util/util.dart' show Spannable;
/// For debugging the [AstBuilder] stack. Prints information about [x].
void show(x) {

Powered by Google App Engine
This is Rietveld 408576698