mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Using ObjectIdentifiers on the 32-bit simulator isn't a reliable comparison method. For the purposes of these tests, it's better to do a string comparison of the description instead. rdar://problem/19013004 Swift SVN r23415