Chromium Code Reviews| Index: tests/lib/math/double_pow_test.dart |
| =================================================================== |
| --- tests/lib/math/double_pow_test.dart (revision 34704) |
| +++ tests/lib/math/double_pow_test.dart (working copy) |
| @@ -1,6 +1,7 @@ |
| // Copyright (c) 2011, 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. |
| +// VMOptions=--optimization-counter-threshold=10 |
|
zra
2014/04/03 17:04:46
Maybe also add a loop to ensure that this is being
srdjan
2014/04/03 19:33:18
Done.
|
| library math_test; |
| import "package:expect/expect.dart"; |