| Index: dart/tests/utils/source_mirrors_test.dart
|
| diff --git a/dart/tests/utils/source_mirrors_test.dart b/dart/tests/utils/source_mirrors_test.dart
|
| index f5875601771dc1739b3b4dcef1e47b7407f6af35..c61fafb116ed5dccc9a35a2a1ab0a20a414e8128 100644
|
| --- a/dart/tests/utils/source_mirrors_test.dart
|
| +++ b/dart/tests/utils/source_mirrors_test.dart
|
| @@ -10,7 +10,7 @@ library source_mirrors_test;
|
| import 'dart:async';
|
| import "package:async_helper/async_helper.dart";
|
|
|
| -import '../../sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart';
|
| +import 'package:compiler/implementation/mirrors/analyze.dart';
|
| import 'dummy_compiler_test.dart';
|
|
|
| main() {
|
|
|