| Index: tests/corelib_2/hash_set_test.dart
|
| diff --git a/tests/corelib/hash_set_test.dart b/tests/corelib_2/hash_set_test.dart
|
| similarity index 99%
|
| rename from tests/corelib/hash_set_test.dart
|
| rename to tests/corelib_2/hash_set_test.dart
|
| index a274c026d51322d77965c34b74a504ad41663ada..0ff4dfa53add38cb75175471a5551bf7142fe21e 100644
|
| --- a/tests/corelib/hash_set_test.dart
|
| +++ b/tests/corelib_2/hash_set_test.dart
|
| @@ -301,7 +301,7 @@ void testIdentitySet(Set create()) {
|
| // All compile time constants are identical to themselves.
|
| var constants = [
|
| double.INFINITY,
|
| - double.NAN, -0.0, //# 01: ok
|
| + double.NAN, -0.0, //# 01: ok
|
| 0.0, 42, "", null, false, true, #bif, testIdentitySet
|
| ];
|
| set.addAll(constants);
|
|
|