| Index: pkg/fixnum/test/int_32_test.dart
|
| diff --git a/pkg/fixnum/test/int_32_test.dart b/pkg/fixnum/test/int_32_test.dart
|
| index 77a6b2742182d4d5f94ce120660558e98ad55930..4bd56def387aabe25004f5ec23eadae8b440fadb 100644
|
| --- a/pkg/fixnum/test/int_32_test.dart
|
| +++ b/pkg/fixnum/test/int_32_test.dart
|
| @@ -113,6 +113,7 @@ void main() {
|
| expect(new int32.fromInt(17) == new int32.fromInt(17), true);
|
| expect(new int32.fromInt(17) == new int32.fromInt(16), false);
|
| expect(int32.MIN_VALUE == int32.MAX_VALUE, false);
|
| + expect(new int32.fromInt(17) == new Object(), false);
|
| expect(new int32.fromInt(17) == null, false);
|
| });
|
|
|
|
|