Skip to content

Commit 3f84b0f

Browse files
authored
Update test/Concurrency/Runtime/async_taskgroup_discarding.swift
1 parent bcf9d1b commit 3f84b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ actor SimpleCountDownLatch {
3434
fatalError("Counted down more times than expected! (From: \(from))")
3535
} else if count == 1 {
3636
print("hit resume")
37-
print("resume")
3837
continuation?.resume()
3938
}
4039
}

0 commit comments

Comments
 (0)