| Index: frog/tests/leg/src/parser_helper.dart
|
| ===================================================================
|
| --- frog/tests/leg/src/parser_helper.dart (revision 5925)
|
| +++ frog/tests/leg/src/parser_helper.dart (working copy)
|
| @@ -6,11 +6,11 @@
|
|
|
| #import("../../../../lib/uri/uri.dart");
|
|
|
| -#import("../../../leg/elements/elements.dart");
|
| -#import("../../../leg/tree/tree.dart");
|
| -#import('../../../leg/scanner/scannerlib.dart');
|
| -#import("../../../leg/leg.dart");
|
| -#import("../../../leg/util/util.dart");
|
| +#import("../../../../lib/compiler/implementation/elements/elements.dart");
|
| +#import("../../../../lib/compiler/implementation/tree/tree.dart");
|
| +#import('../../../../lib/compiler/implementation/scanner/scannerlib.dart');
|
| +#import("../../../../lib/compiler/implementation/leg.dart");
|
| +#import("../../../../lib/compiler/implementation/util/util.dart");
|
|
|
| class LoggerCanceler implements DiagnosticListener {
|
| void cancel([String reason, node, token, instruction]) {
|
|
|