Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: frog/tests/await/test_config.dart

Issue 10304018: lingering step 2 of the test rename overhaul: make await tests also a directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/tests/await/switch_statement_negative_test.dart ('k') | frog/tests/await/top_level_function_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
-}
« no previous file with comments | « frog/tests/await/switch_statement_negative_test.dart ('k') | frog/tests/await/top_level_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698