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

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

Issue 10250002: test rename overhaul: step 5 - frog and leg tests (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
index 4de5ebbef0eb580a2d762bf5cb3e7c6200c63a05..c954f71badb6f7d58a2b86fb58139725fc8a5791 100644
--- a/frog/tests/await/test_config.dart
+++ b/frog/tests/await/test_config.dart
@@ -10,10 +10,12 @@ class AwaitTestSuite extends StandardTestSuite {
AwaitTestSuite(Map configuration)
: super(configuration,
"await",
- "frog/tests/await/src",
+ "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