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

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

Issue 686113002: Update repo to use dart2js from pkg/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/bad_output_io_test.dart
diff --git a/tests/compiler/dart2js/bad_output_io_test.dart b/tests/compiler/dart2js/bad_output_io_test.dart
index 913614be198fb1cecc1079cec8ff0671ba927ff9..868d53cf28e9a6598c9e0db6dfb97ef2a3222769 100644
--- a/tests/compiler/dart2js/bad_output_io_test.dart
+++ b/tests/compiler/dart2js/bad_output_io_test.dart
@@ -11,9 +11,9 @@ import 'package:expect/expect.dart';
import 'package:compiler/compiler.dart'
show Diagnostic;
-import 'package:compiler/implementation/dart2js.dart'
+import 'package:compiler/src/dart2js.dart'
show exitFunc, compileFunc, compile, diagnosticHandler;
-import 'package:compiler/implementation/source_file_provider.dart'
+import 'package:compiler/src/source_file_provider.dart'
show FormattingDiagnosticHandler;
class CollectingFormattingDiagnosticHandler

Powered by Google App Engine
This is Rietveld 408576698