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'], |