Skip to content

Commit f97b461

Browse files
committed
Typo
1 parent b656d5c commit f97b461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/StringSlicesConcurrentAppend.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func sliceConcurrentAppendThread(tid: ThreadID) {
6666
barrier()
6767

6868
// Verify that contents look good.
69-
if tid == .Master {
69+
if tid == .Leader {
7070
expectEqual("abcdef", privateString)
7171
} else {
7272
expectEqual("abcghi", privateString)

0 commit comments

Comments
 (0)