| Index: pkg/front_end/test/fasta/kompile_test.dart
|
| diff --git a/pkg/front_end/test/fasta/kompile_test.dart b/pkg/front_end/test/fasta/kompile_test.dart
|
| deleted file mode 100644
|
| index 815f2e79809adc78354f1a90fd6dc6a514e155b5..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/kompile_test.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2016, 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.md file.
|
| -
|
| -library fasta.test.compile_test;
|
| -
|
| -import 'dart:async' show Future;
|
| -
|
| -import 'testing/suite.dart';
|
| -
|
| -Future<FastaContext> createContext(
|
| - Chain suite, Map<String, String> environment) {
|
| - environment[ENABLE_FULL_COMPILE] = "";
|
| - environment[AST_KIND_INDEX] = "${AstKind.Analyzer.index}";
|
| - environment[SKIP_RESOLUTION] = "";
|
| - return FastaContext.create(suite, environment);
|
| -}
|
| -
|
| -main(List<String> arguments) =>
|
| - runMe(arguments, createContext, "../../testing.json");
|
|
|