Skip to content

Commit 728e9b2

Browse files
authored
Merge pull request #16749 from apple/codable_test_comment_fix
2 parents 3843d39 + fc8f682 commit 728e9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/protocol/special/coding/class_codable_inheritance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SimpleChildClass : SimpleClass {
2929
let _ = SimpleChildClass.CodingKeys.self // expected-error {{'CodingKeys' is inaccessible due to 'private' protection level}}
3030

3131
// The enum should have a case for each of the vars.
32-
// NOTE: This expectedxerror will need to be removed in the future.
32+
// NOTE: This expected error will need to be removed in the future.
3333
let _ = SimpleChildClass.CodingKeys.w // expected-error {{'CodingKeys' is inaccessible due to 'private' protection level}}
3434

3535
// Inherited vars should not be part of the CodingKeys enum.

0 commit comments

Comments
 (0)