| Index: tests/compiler/dart2js/mini_parser_test.dart
|
| diff --git a/tests/compiler/dart2js/mini_parser_test.dart b/tests/compiler/dart2js/mini_parser_test.dart
|
| index 7227f2898b896e59fda12fc9d907b96a0fa8f3a2..dc2d6424207a98cd4f88d214ec21b789772b03ef 100644
|
| --- a/tests/compiler/dart2js/mini_parser_test.dart
|
| +++ b/tests/compiler/dart2js/mini_parser_test.dart
|
| @@ -10,7 +10,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/tools/mini_parser.dar
|
|
|
| void main() {
|
| // Parse this script itself.
|
| - tool.toolMain(<String>[ new Options().script ]);
|
| + tool.toolMain(<String>[ Platform.script ]);
|
| }
|
|
|
| /** This class is unused but used to test mini_parser.dart. */
|
|
|