Chromium Code Reviews| Index: tests/lib/math/coin_test.dart |
| =================================================================== |
| --- tests/lib/math/coin_test.dart (revision 13683) |
| +++ tests/lib/math/coin_test.dart (working copy) |
| @@ -25,5 +25,5 @@ |
| print("Heads: $heads\n" |
| "Tails: $tails\n" |
| "Ratio: ${heads/tails}\n"); |
| - Expect.approxEquals(1.0, heads/tails, tolerance:0.1); |
| + Expect.approxEquals(1.0, heads/tails, 0.1); |
| } |