Skip to content

Commit 0dd9d7e

Browse files
committed
Remove an out-dated comment from an exclusivity test case.
1 parent 1ffc687 commit 0dd9d7e

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)