| Index: frog/tests/leg/src/mock_compiler.dart
|
| diff --git a/frog/tests/leg/src/mock_compiler.dart b/frog/tests/leg/src/mock_compiler.dart
|
| index aca463ec982cf0c50c4d47544418df994e647519..4292968dbaa4a754fea9e0668c8b70fb0481a129 100644
|
| --- a/frog/tests/leg/src/mock_compiler.dart
|
| +++ b/frog/tests/leg/src/mock_compiler.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| #library('mock_compiler');
|
|
|
| -#import("../../../../lib/uri/uri.dart");
|
| +#import("dart:uri");
|
|
|
| #import("../../../../lib/compiler/implementation/elements/elements.dart");
|
| #import("../../../../lib/compiler/implementation/leg.dart");
|
|
|