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

Unified Diff: tests/utils/src/DummyCompilerTest.dart

Issue 10081004: Remove frog dependencies from lib/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/utils/src/DummyCompilerTest.dart
diff --git a/tests/utils/src/DummyCompilerTest.dart b/tests/utils/src/DummyCompilerTest.dart
index 838ffa783616425be68a40b38a92c26ec0d98626..20155cc6e77af1e2b1f3825d8ad7218b7d8b52c3 100644
--- a/tests/utils/src/DummyCompilerTest.dart
+++ b/tests/utils/src/DummyCompilerTest.dart
@@ -5,7 +5,7 @@
// Smoke test of the dart2js compiler API.
#import('../../../lib/compiler/compiler.dart');
-#import('../../../lib/uri/uri.dart');
+#import('dart:uri');
Future<String> provider(Uri uri) {
Completer<String> completer = new Completer<String>();
« lib/compiler/implementation/script.dart ('K') | « lib/compiler/implementation/script.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698