Index: tools/testing/dart/test_options.dart |
=================================================================== |
--- tools/testing/dart/test_options.dart (revision 44804) |
+++ tools/testing/dart/test_options.dart (working copy) |
@@ -109,7 +109,7 @@ |
'arch', |
'The architecture to run tests for', |
['-a', '--arch'], |
- ['all', 'ia32', 'x64', 'arm', 'arm64', 'mips', |
+ ['all', 'ia32', 'x64', 'arm', 'armv5', 'arm64', 'mips', |
'simarm', 'simarm64', 'simmips'], |
'ia32'), |
new _TestOptionSpecification( |