Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 4913) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -328,7 +328,7 @@ |
| // Expand the pseudo-values such as 'all'. |
| if (configuration['arch'] == 'all') { |
| - configuration['arch'] = 'ia32,x64,simarm'; |
| + configuration['arch'] = 'ia32,x64'; |
| } |
| if (configuration['mode'] == 'all') { |
| configuration['mode'] = 'debug,release'; |