Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: utils/tests/string_encoding/benchmark_runner.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/template/world.dart ('k') | utils/tests/string_encoding/dunit.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « utils/template/world.dart ('k') | utils/tests/string_encoding/dunit.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698