| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 177c82358157cd075465f84489dc2e90e00df45e..bc6be6491449219ff5f13c0576efd72a2ab3e535 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1768,7 +1768,7 @@ CommandOutput createCommandOutput(Command command, int exitCode, bool timedOut,
|
| command, exitCode, timedOut, stdout, stderr, time, pid);
|
| } else if (command is CompilationCommand) {
|
| if (command.displayName == 'precompiler' ||
|
| - command.displayName == 'dart2snapshot') {
|
| + command.displayName == 'app_jit') {
|
| return new VmCommandOutputImpl(
|
| command, exitCode, timedOut, stdout, stderr, time, pid);
|
| }
|
|
|