| 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")) {
|
|
|