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

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

Issue 10266011: Shoehorn dart2js into the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
Index: dart/tools/testing/dart/test_options.dart
diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
index d730d728143f75fa7bd82ef03bda6fe713919675..c5108dd7fc0c7e0a86c5a0881cfa78802b2a0f9a 100644
--- a/dart/tools/testing/dart/test_options.dart
+++ b/dart/tools/testing/dart/test_options.dart
@@ -249,6 +249,13 @@ is 'dart file.dart' and you specify special command
[],
''),
new _TestOptionSpecification(
+ 'use_sdk',
+ 'Use the SDK version',
Bill Hesse 2012/04/30 15:21:32 I would make the descriptive test longer. At leas
ahe 2012/05/02 10:32:17 Done.
+ ['--use-sdk'],
+ [],
+ false,
+ 'bool'),
+ new _TestOptionSpecification(
'noBatch',
'Do not run browser tests in batch mode',
['-n', '--nobatch'],

Powered by Google App Engine
This is Rietveld 408576698