| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index cab1824a28c92ab24acbdcdc73889048406b9730..a3b30929efcf99b7dd15c9251cfaaadfaa2e2e5d 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1829,7 +1829,7 @@ class StandardTestSuite extends TestSuite {
|
| }
|
|
|
| List<List<String>> getVmOptions(Map optionsFromFile) {
|
| - var COMPILERS = const ['none', 'precompiler', 'app_jit'];
|
| + var COMPILERS = const ['none', 'dartk', 'dartkp', 'precompiler', 'app_jit'];
|
| var RUNTIMES = const [
|
| 'none',
|
| 'dart_precompiled',
|
|
|