Index: tests/language/mint_arithmetic_test.dart |
=================================================================== |
--- tests/language/mint_arithmetic_test.dart (revision 15158) |
+++ tests/language/mint_arithmetic_test.dart (working copy) |
@@ -71,7 +71,6 @@ |
test_mint_double_op() { |
for (var i=0; i<10000; i++) test_func(4294967295, 1); |
Expect.equals(2.0, test_func(4294967295, 1)); |
- Expect.equals(4294967296.0, test_func(4294967295, 1)); |
} |
main() { |