| Index: utils/tests/string_encoding/benchmark_runner.dart
|
| diff --git a/utils/tests/string_encoding/benchmark_runner.dart b/utils/tests/string_encoding/benchmark_runner.dart
|
| index 960153ab2581e1fa4b3becd581db068641d6758e..02b4b5b9b641b86fbfbca73e43d1252d617800b7 100644
|
| --- a/utils/tests/string_encoding/benchmark_runner.dart
|
| +++ b/utils/tests/string_encoding/benchmark_runner.dart
|
| @@ -434,7 +434,7 @@ class CountTestConfig {
|
| }
|
|
|
| Function _reportHandler;
|
| - Function get reportHandler() => _reportHandler;
|
| + Function get reportHandler => _reportHandler;
|
| int _warmup;
|
| int _reps;
|
| int _blocksize;
|
| @@ -451,7 +451,7 @@ class TimedTestConfig {
|
| }
|
|
|
| Function _reportHandler;
|
| - Function get reportHandler() => _reportHandler;
|
| + Function get reportHandler => _reportHandler;
|
| int _warmup;
|
| int _targetTimeMs;
|
| int _minSampleTimeMs;
|
|
|