mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
XCTest had XCAssert(Not)Equal overloads for optionals, arrays (including contiguous arrays and array slices), and dictionaries to work around the lack of conditional conformances to Equatable. Now that we have the latter, remove the former. Fixes rdar://problem/17924430.