| Index: runtime/vm/benchmark_test.cc
|
| diff --git a/runtime/vm/benchmark_test.cc b/runtime/vm/benchmark_test.cc
|
| index ec82fc9e171171529ffb2913cc02c5652b9a4d81..2652281a7284c6b694a1214b3d94bbaddf223f02 100644
|
| --- a/runtime/vm/benchmark_test.cc
|
| +++ b/runtime/vm/benchmark_test.cc
|
| @@ -465,7 +465,7 @@ BENCHMARK(CreateMirrorSystem) {
|
| "}\n";
|
|
|
| Dart_Handle lib = TestCase::LoadTestScript(kScriptChars, NULL);
|
| - Dart_Handle args[0];
|
| + Dart_Handle args[1];
|
|
|
| Timer timer(true, "currentMirrorSystem() benchmark");
|
| timer.Start();
|
|
|