Skip to content

Commit 172b1b8

Browse files
committed
[test] Fix error in non-Darwin builds
1 parent af06df9 commit 172b1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/SetOperations.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Value: Hashable {
3636
let value: Int
3737
let identity: Int
3838

39-
init(_ value: Int, identity: Int) {
39+
init(_ value: Int, identity: Int = 0) {
4040
self.value = value
4141
self.identity = identity
4242
}

0 commit comments

Comments
 (0)