| Index: tests/utils/source_mirrors_test.dart
|
| diff --git a/tests/utils/source_mirrors_test.dart b/tests/utils/source_mirrors_test.dart
|
| index a29da99bf9f3d3c09d8e02ce75f81dfa52396238..8a748c7ae7608ef047e288dd7e4bba100ad7c410 100644
|
| --- a/tests/utils/source_mirrors_test.dart
|
| +++ b/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 'package:compiler/implementation/mirrors/analyze.dart';
|
| +import 'package:compiler/src/mirrors/analyze.dart';
|
| import 'dummy_compiler_test.dart';
|
|
|
| main() {
|
|
|