| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index 34ed20ddfe6a97312d9ad94f146b61f6a647022d..77485fd1cb5544dc70eb021878bc413cf45a9036 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -50,7 +50,7 @@ void Benchmark::RunBenchmark() {
|
| (run_filter == kAllBenchmarks) ||
|
| (strcmp(run_filter, this->name()) == 0)) {
|
| this->Run();
|
| - OS::Print("%s(RunTime): %ld\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());
|
|
|