| Index: frog/tests/await/test_config.dart
|
| diff --git a/frog/tests/await/test_config.dart b/frog/tests/await/test_config.dart
|
| deleted file mode 100644
|
| index c954f71badb6f7d58a2b86fb58139725fc8a5791..0000000000000000000000000000000000000000
|
| --- a/frog/tests/await/test_config.dart
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright (c) 2011, 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.
|
| -
|
| -#library("await_test_config");
|
| -
|
| -#import("../../../tools/testing/dart/test_suite.dart");
|
| -
|
| -class AwaitTestSuite extends StandardTestSuite {
|
| - AwaitTestSuite(Map configuration)
|
| - : super(configuration,
|
| - "await",
|
| - "frog/tests/await",
|
| - ["frog/tests/await/await.status"]);
|
| -
|
| - List<String> additionalOptions(String filename) {
|
| - return ['$dartDir/frog/await/awaitc.dart'];
|
| - }
|
| -
|
| - bool isTestFile(String filename) => filename.endsWith("_test.dart");
|
| -}
|
|
|