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

Unified Diff: tests/isolate/test_config.dart

Issue 8772007: Allow single-dash options to be specified without a space before value. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add warning on overriding selectors Created 9 years 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 | « tests/corelib/test_config.dart ('k') | tests/language/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/test_config.dart
diff --git a/tests/isolate/test_config.dart b/tests/isolate/test_config.dart
index 8e08ac9cd42f89553318cb62e495c9cb59bf3f3a..81199bc10fe1ceacbec760ba8b3a08480fbcd2c7 100644
--- a/tests/isolate/test_config.dart
+++ b/tests/isolate/test_config.dart
@@ -9,6 +9,7 @@
class IsolateTestSuite extends StandardTestSuite {
IsolateTestSuite(Map configuration)
: super(configuration,
+ "isolate",
"tests/isolate/src",
["tests/isolate/isolate.status"]);
}
« no previous file with comments | « tests/corelib/test_config.dart ('k') | tests/language/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698