This commit is contained in:
Joe Groff
2015-12-04 10:42:41 -08:00
parent b656d5c49f
commit f97b46170f

View File

@@ -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)