| Index: frog/tests/leg/partial_parser_test.dart
|
| diff --git a/frog/tests/leg/src/PartialParserTest.dart b/frog/tests/leg/partial_parser_test.dart
|
| similarity index 90%
|
| rename from frog/tests/leg/src/PartialParserTest.dart
|
| rename to frog/tests/leg/partial_parser_test.dart
|
| index 39bd777860b2c9bdcaaa09862d6f9643727ff9e0..60454d72ec1b2bb10a5611a58891efc16a910626 100644
|
| --- a/frog/tests/leg/src/PartialParserTest.dart
|
| +++ b/frog/tests/leg/partial_parser_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #import('parser_helper.dart');
|
| -#import('../../../../lib/compiler/implementation/scanner/scannerlib.dart');
|
| +#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
|
|
|
| void main() {
|
| testSkipExpression();
|
|
|