| Index: tests/language/arithmetic_test.dart
|
| ===================================================================
|
| --- tests/language/arithmetic_test.dart (revision 13429)
|
| +++ tests/language/arithmetic_test.dart (working copy)
|
| @@ -319,6 +319,7 @@
|
| Expect.equals(-1073741825, (-1073741825.0).toInt());
|
| Expect.equals(1073741823, (1073741823.0).toInt());
|
| Expect.equals(1073741824, (1073741824.0).toInt());
|
| +
|
| { int i = (-1073741824.0).toInt(); }
|
| { int i = (-1073741825.0).toInt(); }
|
| { int i = (1073741823.0).toInt(); }
|
|
|