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

Unified Diff: dart/tests/utils/dummy_compiler_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
« no previous file with comments | « dart/tests/utils/dart2js_test.dart ('k') | dart/tests/utils/recursive_import_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/utils/dummy_compiler_test.dart
diff --git a/dart/tests/utils/dummy_compiler_test.dart b/dart/tests/utils/dummy_compiler_test.dart
index 8a280b1679d0bfce09469e29a4a58ddef0128281..60a5ed745892764acefee7d2f6dc16d0865e25c6 100644
--- a/dart/tests/utils/dummy_compiler_test.dart
+++ b/dart/tests/utils/dummy_compiler_test.dart
@@ -10,7 +10,7 @@ library dummy_compiler;
import 'dart:async';
import "package:async_helper/async_helper.dart";
-import '../../sdk/lib/_internal/compiler/compiler.dart';
+import 'package:compiler/compiler.dart';
String libProvider(Uri uri) {
if (uri.path.endsWith("/core.dart")) {
« no previous file with comments | « dart/tests/utils/dart2js_test.dart ('k') | dart/tests/utils/recursive_import_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698