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

Unified Diff: dart/tests/compiler/dart2js/analyze_unused_dart2js_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/analyze_unused_dart2js_test.dart
diff --git a/dart/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/dart/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
index a9b9b5a69313c61f0b22f85be3358d89f8228cd0..4e0472626cff2c1ea22ddf0f19cab52805bbca80 100644
--- a/dart/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/dart/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -6,8 +6,8 @@ library analyze_unused_dart2js;
import 'package:async_helper/async_helper.dart';
-import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart';
-import '../../../sdk/lib/_internal/compiler/implementation/filenames.dart';
+import 'package:compiler/implementation/dart2jslib.dart';
+import 'package:compiler/implementation/filenames.dart';
import 'analyze_helper.dart';

Powered by Google App Engine
This is Rietveld 408576698