| Index: dart/tests/compiler/dart2js/partial_parser_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/partial_parser_test.dart b/dart/tests/compiler/dart2js/partial_parser_test.dart
|
| index 60454d72ec1b2bb10a5611a58891efc16a910626..0539dfdef4e35d6686fc9fb87221aeeac522e2f8 100644
|
| --- a/dart/tests/compiler/dart2js/partial_parser_test.dart
|
| +++ b/dart/tests/compiler/dart2js/partial_parser_test.dart
|
| @@ -2,8 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#import('parser_helper.dart');
|
| -#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
|
| +import 'parser_helper.dart';
|
|
|
| void main() {
|
| testSkipExpression();
|
|
|