| 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
|
| deleted file mode 100644
|
| index dc2d6424207a98cd4f88d214ec21b789772b03ef..0000000000000000000000000000000000000000
|
| --- a/tests/compiler/dart2js/mini_parser_test.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -
|
| -// Simple test to ensure that mini_parser keeps working.
|
| -
|
| -import 'dart:io';
|
| -import '../../../sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart'
|
| - as tool;
|
| -
|
| -void main() {
|
| - // Parse this script itself.
|
| - tool.toolMain(<String>[ Platform.script ]);
|
| -}
|
| -
|
| -/** This class is unused but used to test mini_parser.dart. */
|
| -class TestClass {
|
| - foo() {}
|
| - var i;
|
| -}
|
|
|