| Index: tools/testing/dart/status_reporter.dart
|
| diff --git a/tools/testing/dart/status_reporter.dart b/tools/testing/dart/status_reporter.dart
|
| index 0e744d0007c6435ba097673df011f6446d73a33a..58410522be2dd69f50d276be1d8d2893589ef18a 100644
|
| --- a/tools/testing/dart/status_reporter.dart
|
| +++ b/tools/testing/dart/status_reporter.dart
|
| @@ -9,8 +9,8 @@ List<Map> LINUX_COMBINATIONS = [
|
| {
|
| 'runtimes' : ['none'],
|
| 'modes' : ['release'],
|
| - 'archs' : ['ia32'],
|
| - 'compiler' : 'dartanalyzer'
|
| + 'archs' : ['x64'],
|
| + 'compiler' : 'dart2analyzer'
|
| },
|
| {
|
| 'runtimes' : ['vm'],
|
|
|