Skip to content

Commit bc6ba22

Browse files
authored
Merge pull request #27561 from compnerd/multithread_module
test: make multithread_module pass on Windows
2 parents 5251736 + 5b5d316 commit bc6ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/Inputs/multithread_module/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Derived : Base {
1010
}
1111
}
1212

13-
private struct MyStruct : MyProto {
13+
public struct MyStruct : MyProto {
1414

1515
var x: Int
1616

0 commit comments

Comments
 (0)