| Index: frog/tests/native/test_config.dart
|
| diff --git a/frog/tests/native/test_config.dart b/frog/tests/native/test_config.dart
|
| deleted file mode 100644
|
| index a8b9527dc47d3adac96823b7bcf3d025976a20e5..0000000000000000000000000000000000000000
|
| --- a/frog/tests/native/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 FrogNativeTestSuite extends StandardTestSuite {
|
| - FrogNativeTestSuite(Map configuration)
|
| - : super(configuration,
|
| - "frog_native",
|
| - "frog/tests/native/src",
|
| - ["frog/tests/native/native.status"]);
|
| -}
|
|
|