| Index: frog/tests/leg/src/compiler_helper.dart
|
| diff --git a/frog/tests/leg/src/compiler_helper.dart b/frog/tests/leg/src/compiler_helper.dart
|
| index c660bca6b88adbdc918a8dd7d422b9745ddfbd8a..26a071b3865b853934b88d5a335898861991c97c 100644
|
| --- a/frog/tests/leg/src/compiler_helper.dart
|
| +++ b/frog/tests/leg/src/compiler_helper.dart
|
| @@ -5,7 +5,7 @@
|
|
|
| #library("compiler_helper");
|
|
|
| -#import('../../../../lib/uri/uri.dart');
|
| +#import("dart:uri");
|
| #import("../../../../lib/compiler/implementation/leg.dart", prefix: "leg");
|
| #import("../../../../lib/compiler/implementation/elements/elements.dart", prefix: "lego");
|
| #import("../../../../lib/compiler/implementation/ssa/ssa.dart", prefix: "ssa");
|
|
|