Skip to content

Commit 00de6f2

Browse files
committed
Fixed Test in property_wrappers.swift
1 parent 347c87b commit 00de6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/var/property_wrappers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct MissingValue<T> { }
6464
struct StaticValue {
6565
static var wrappedValue: Int = 17
6666
}
67-
// expected-error@-3{{property wrapper type 'StaticValue' does not contain a non-static property named 'wrappedValue'}}{{20-20=var wrappedValue: <#Value#>}}
67+
// expected-error@-3{{property wrapper type 'StaticValue' does not contain a non-static property named 'wrappedValue'}}{{21-21=var wrappedValue: <#Value#>}}
6868

6969

7070
// expected-error@+1{{'@propertyWrapper' attribute cannot be applied to this declaration}}

0 commit comments

Comments
 (0)