Skip to content

Commit a60f7d7

Browse files
committed
[AnyHashable tests] Minor NFC cleanup
1 parent 6f34118 commit a60f7d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validation-test/stdlib/AnyHashable.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,7 @@ AnyHashableTests.test("AnyHashable(Wrappers)/Hashable") {
773773
checkHashable(values, equalityOracle: equalityOracle,
774774
allowBrokenTransitivity: true)
775775
}
776-
#endif
777776

778-
#if _runtime(_ObjC)
779777
AnyHashableTests.test("AnyHashable(_SwiftNativeNSError(MinimalHashablePODSwiftError))/Hashable") {
780778
let swiftErrors: [MinimalHashablePODSwiftError] = [
781779
.caseA, .caseA,

0 commit comments

Comments
 (0)