Files
swift-mirror/stdlib/public/SDK/XCTest
Doug Gregor 208b2c180c [XCTest overlay] Remove extraneous XCAssert(Not)Equal overloads.
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.
2017-11-27 21:09:50 -08:00
..