| Index: runtime/vm/benchmark_test.h
|
| diff --git a/runtime/vm/benchmark_test.h b/runtime/vm/benchmark_test.h
|
| index ce7f2d052e1ab8ac58883636913869c885ad30de..6b3fcf956b7861464bcdcdcf2df8034433e5e184 100644
|
| --- a/runtime/vm/benchmark_test.h
|
| +++ b/runtime/vm/benchmark_test.h
|
| @@ -23,7 +23,7 @@ DECLARE_FLAG(int, heap_growth_space_ratio);
|
| // of the VM
|
| #define BENCHMARK(name) \
|
| void Dart_Benchmark##name(Benchmark* benchmark); \
|
| - static const Benchmark kRegister##name(Dart_Benchmark##name, #name); \
|
| + static Benchmark kRegister##name(Dart_Benchmark##name, #name); \
|
| static void Dart_BenchmarkHelper##name(Benchmark* benchmark); \
|
| void Dart_Benchmark##name(Benchmark* benchmark) { \
|
| FLAG_heap_growth_space_ratio = 100; \
|
|
|