Skip to content

Commit 9933d3c

Browse files
committed
Update KeyPath.swift
1 parent 90fe494 commit 9933d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ if #available(SwiftStdlib 6.3, *) {
12471247
if #available(SwiftStdlib 6.3, *) {
12481248
keyPath.test("sixteen byte overaligned arguments") {
12491249
let oa = OveralignedForSixteen()
1250-
let kp = \OveralignedForSixteen.[SixteenAligned()]
1250+
let kp = \OveralignedForSixteen.[getter: SixteenAligned()]
12511251

12521252
let value = oa[keyPath: kp]
12531253
expectEqual(value, 128)

0 commit comments

Comments
 (0)