Skip to content

Commit dd9313c

Browse files
authored
Merge pull request #17038 from atrick/test-case-comment
Remove an out-dated comment from an exclusivity test case.
2 parents 0be0e4c + 0dd9d7e commit dd9313c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Interpreter/enforce_exclusive_access.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ ExclusiveAccessTestSuite.test("KeyPathInoutKeyPathWriteClassStoredProp")
325325
}
326326
}
327327

328-
// This does not currently trap because the standard library is compiled in Swift 3 mode,
329-
// which logs.
330328
ExclusiveAccessTestSuite.test("KeyPathInoutKeyPathReadClassStoredProp")
331329
.skip(.custom(
332330
{ _isFastAssertConfiguration() },

0 commit comments

Comments
 (0)