| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index b68953ed29260569aa4f72d74fa5b527d3f4bb5a..1fa74c6b4aeddeb7d9b4debbca81fe8a4a4abd9e 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -122,7 +122,7 @@ class TestOptionsParser {
|
| 'The architecture to run tests for',
|
| ['-a', '--arch'],
|
| ['all', 'ia32', 'x64', 'arm', 'arm64', 'mips',
|
| - 'simarm', 'simarm64', 'simmips', 'xarm'],
|
| + 'simarm', 'simarm64', 'simmips', 'xarm', 'xmips'],
|
| 'ia32'),
|
| new _TestOptionSpecification(
|
| 'system',
|
|
|