| 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>();
|
|
|