mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Typo
This commit is contained in:
@@ -66,7 +66,7 @@ func sliceConcurrentAppendThread(tid: ThreadID) {
|
||||
barrier()
|
||||
|
||||
// Verify that contents look good.
|
||||
if tid == .Master {
|
||||
if tid == .Leader {
|
||||
expectEqual("abcdef", privateString)
|
||||
} else {
|
||||
expectEqual("abcghi", privateString)
|
||||
|
||||
Reference in New Issue
Block a user