Skip to content

Commit 2e814ca

Browse files
authored
Merge pull request #61165 from apple/deflake-test-tsan-libdispatch_release-5.7
[Sanitizer] Deflake test tsan libdispatch
2 parents df9d75a + 52382b2 commit 2e814ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Sanitizers/tsan/libdispatch.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ for _ in 1...10 {
4949

5050
print("Done!")
5151

52-
// CHECK: ThreadSanitizer: data race
53-
// CHECK: Done!
52+
// CHECK-DAG: ThreadSanitizer: data race
53+
// CHECK-DAG: Done!

0 commit comments

Comments
 (0)