| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index c13b69a8264d83896fdef0f4c3595416b6536f11..4fed64fec78fcd1efe2f3afdad1501e3fed98066 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1831,11 +1831,10 @@ class StandardTestSuite extends TestSuite {
|
| }
|
|
|
| List<List<String>> getVmOptions(Map optionsFromFile) {
|
| - var COMPILERS = const ['none', 'precompiler', 'dart2app', 'dart2appjit'];
|
| + var COMPILERS = const ['none', 'precompiler', 'app_jit'];
|
| var RUNTIMES = const [
|
| 'none',
|
| 'dart_precompiled',
|
| - 'dart_app',
|
| 'vm',
|
| 'drt',
|
| 'dartium',
|
|
|