| Index: frog/tests/frog/test_config.dart
|
| diff --git a/frog/tests/frog/test_config.dart b/frog/tests/frog/test_config.dart
|
| deleted file mode 100644
|
| index e99bbeb4ea33e06c4e8821fa0c16c253ddc82221..0000000000000000000000000000000000000000
|
| --- a/frog/tests/frog/test_config.dart
|
| +++ /dev/null
|
| @@ -1,15 +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("frog_test_config");
|
| -
|
| -#import("../../../tools/testing/dart/test_suite.dart");
|
| -
|
| -class FrogTestSuite extends StandardTestSuite {
|
| - FrogTestSuite(Map configuration)
|
| - : super(configuration,
|
| - "frog",
|
| - "frog/tests/frog/src",
|
| - ["frog/tests/frog/frog.status"]);
|
| -}
|
|
|