| Index: runtime/bin/run_vm_tests.cc | 
| =================================================================== | 
| --- runtime/bin/run_vm_tests.cc	(revision 26375) | 
| +++ runtime/bin/run_vm_tests.cc	(working copy) | 
| @@ -52,7 +52,7 @@ | 
| (run_filter == kAllBenchmarks) || | 
| (strcmp(run_filter, this->name()) == 0)) { | 
| this->Run(); | 
| -    OS::Print("%s(RunTime): %"Pd"\n", this->name(), this->score()); | 
| +    OS::Print("%s(RunTime): %" Pd "\n", this->name(), this->score()); | 
| run_matches++; | 
| } else if (run_filter == kList) { | 
| fprintf(stdout, "%s\n", this->name()); | 
|  |