| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index c2fca6ee1e8edfd1b3adf9d12e0a81b52f3acbc4..55789fb35d56ef816d039ce7b5b2e9556005ff1e 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -107,7 +107,7 @@ class TestOptionsParser {
|
| ['-a', '--arch'],
|
| ['all', 'ia32', 'x64', 'arm', 'armv5te', 'arm64', 'mips',
|
| 'simarm', 'simarmv5te', 'simarm64', 'simmips'],
|
| - 'ia32'),
|
| + 'x64'),
|
| new _TestOptionSpecification(
|
| 'system',
|
| 'The operating system to run tests on',
|
|
|