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

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

Issue 9240011: Add temporary directory for dartc compilation of tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed name to createOutputDirectory Created 8 years, 11 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/test_config.dart ('k') | tests/stub-generator/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg_only/test_config.dart
diff --git a/frog/tests/leg_only/test_config.dart b/frog/tests/leg_only/test_config.dart
index cdba583ca9d1a9fa3861541f2cd21e514369febb..73a339b17c1f74a9116d51b4f3bfe10743dd11a0 100644
--- a/frog/tests/leg_only/test_config.dart
+++ b/frog/tests/leg_only/test_config.dart
@@ -13,5 +13,5 @@ class LegOnlyTestSuite extends StandardTestSuite {
"frog/tests/leg_only/src",
["frog/tests/leg_only/leg_only.status"]);
- List<String> additionalOptions() => ['--leg_only'];
+ List<String> additionalOptions(String filename) => ['--leg_only'];
}
« no previous file with comments | « frog/tests/await/test_config.dart ('k') | tests/stub-generator/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698