| Index: tests/corelib_strong/nan_infinity_test.dart
|
| diff --git a/tests/corelib_strong/nan_infinity_test.dart b/tests/corelib_strong/nan_infinity_test.dart
|
| index 6957b058b4c19c31785ff4fba08aafbbb9965035..24e7827ecf43891585718a4dac9b15ca8a468daf 100644
|
| --- a/tests/corelib_strong/nan_infinity_test.dart
|
| +++ b/tests/corelib_strong/nan_infinity_test.dart
|
| @@ -48,7 +48,7 @@ void main() {
|
| Expect.equals("-Infinity", double.NEGATIVE_INFINITY.toString());
|
|
|
| // Test identities.
|
| - Expect.isTrue(identical(double.NAN, double.NAN)); /// 01: ok
|
| + Expect.isTrue(identical(double.NAN, double.NAN)); //# 01: ok
|
| Expect.isTrue(identical(double.INFINITY, double.INFINITY));
|
| Expect.isTrue(identical(double.NEGATIVE_INFINITY, double.NEGATIVE_INFINITY));
|
| Expect.isFalse(identical(double.NAN, double.INFINITY));
|
|
|