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

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

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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/dartino_test_suite.dart ('k') | no next file » | 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 1fa74c6b4aeddeb7d9b4debbca81fe8a4a4abd9e..e365e52ab0621f365a746bf15ae0ac9d0a907be6 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -501,13 +501,6 @@ Note: currently only implemented for dart2js.''',
[],
'.dartino-settings'),
new _TestOptionSpecification(
- 'no_java',
- "Don't require running java tests",
- ['--no-java'],
- [],
- false,
- type: 'bool'),
- new _TestOptionSpecification(
'use_heap_blob',
'Run tests directly from programheap blobs instead of snapshots.',
['--use-heap-blob'],
« no previous file with comments | « tools/testing/dart/dartino_test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698