Skip to content

Commit c62f833

Browse files
Fixing typo
1 parent a7b5f71 commit c62f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_dynamic_member_lookup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,4 +719,4 @@ struct SR10597_1_W<T> {
719719
}
720720
}
721721

722-
_ = SR10597_1_W<SR10597_1>(SR10597_1()).wooo // expected-error {{value of type 'SR10597_1_W<SR10597_1>' has no dynamic member 'wooooo' using key path from root type 'SR10597_1'; did you mean 'woo'?}}
722+
_ = SR10597_1_W<SR10597_1>(SR10597_1()).wooo // expected-error {{value of type 'SR10597_1_W<SR10597_1>' has no dynamic member 'wooo' using key path from root type 'SR10597_1'; did you mean 'woo'?}}

0 commit comments

Comments
 (0)