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

Unified Diff: pkg/kernel/test/uint31_pair_map_bench.dart

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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 | « pkg/kernel/test/type_unification_test.dart ('k') | pkg/kernel/testcases/closures/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/uint31_pair_map_bench.dart
diff --git a/pkg/kernel/test/uint31_pair_map_bench.dart b/pkg/kernel/test/uint31_pair_map_bench.dart
index 1e6d5b0f5257f61c4a13c4462862aa642c3f2ec8..9f732a375dc69adf087dfbca3a69eb99df1b0b7a 100644
--- a/pkg/kernel/test/uint31_pair_map_bench.dart
+++ b/pkg/kernel/test/uint31_pair_map_bench.dart
@@ -58,7 +58,6 @@ bias.right: ${formatTime(rightBiasTime)}
''');
}
-
String formatTime(int microseconds) {
double seconds = microseconds / 1000000.0;
return '$seconds s';
« no previous file with comments | « pkg/kernel/test/type_unification_test.dart ('k') | pkg/kernel/testcases/closures/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698