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 873979d190c4a527837b9d7033c6f74522971224..960153ab2581e1fa4b3becd581db068641d6758e 100644 |
--- a/utils/tests/string_encoding/benchmark_runner.dart |
+++ b/utils/tests/string_encoding/benchmark_runner.dart |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
@@ -421,7 +421,7 @@ class CPSBenchmarkRunner extends Runner { |
} |
static void _addToEventQueue(Function action) { |
- new Timer(_(Timer t) => action(), 0); |
+ new Timer(0, _(Timer t) => action()); |
} |
} |