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