Files
swift-mirror/test/Interop/Cxx/enum/hashable-enums.swift
John Hui 493d37e776 [cxx-interop] Fix hashable-enums test (#77053)
The hash of enum values are different from that of their underlying
rawValue due to the implementation details of Int on 64-bit platform
which are not true on 32-bit platforms. This commit removes the tests
that rely on this behavior.

rdar://138032645
2024-10-16 13:52:38 -07:00

2.2 KiB