Skip to content

Commit b4d171a

Browse files
committed
[test] Confess that Unmanaged’s hacky Equatable conformance is retroactive
1 parent 4901249 commit b4d171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AtomicsTests/Basics/BasicTestSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import Atomics
1414

15-
extension Unmanaged: Equatable { // FIXME: This is terrible
15+
extension Unmanaged: @retroactive Equatable { // FIXME: This is terrible
1616
public static func ==(left: Self, right: Self) -> Bool {
1717
left.toOpaque() == right.toOpaque()
1818
}

0 commit comments

Comments
 (0)