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

Unified Diff: tools/testing/dart/test_options.dart

Issue 9632019: Fix whitespace, long lines, and "boolean". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix indentation Created 8 years, 9 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 | « tools/testing/dart/multitest.dart ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 16dd8908965ccadc5d14d618c39daf05352c4463..e3efee2b836eb3b19fc21124ce973375ad758945 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -62,7 +62,7 @@ is 'dart file.dart' and you specify special command
new _TestOptionSpecification(
'component',
'''
-Controls how dart code is compiled and executed.
+Controls how dart code is compiled and executed.
vm: Run dart code on the standalone dart vm.
@@ -217,10 +217,10 @@ Controls how dart code is compiled and executed.
'Path to frog library',
['--froglib'],
[],
- ''),
+ ''),
new _TestOptionSpecification(
'noBatch',
- 'Do not run browser tests in batch mode',
+ 'Do not run browser tests in batch mode',
['-n', '--nobatch'],
[],
false,
« no previous file with comments | « tools/testing/dart/multitest.dart ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698