Skip to content

Commit 9aceb99

Browse files
committed
Update attr_static_exclusive_only.swift
1 parent 52e301e commit 9aceb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_static_exclusive_only.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var r0 = Q<Int>() // expected-error {{variable of type 'Q<Int>' must be declared
7575
protocol S {
7676
var t0: B { get } // OK
7777

78-
var t1: B { get set } // expected-error {{varaible of type 'B' must not have a setter}}
78+
var t1: B { get set } // expected-error {{variable of type 'B' must not have a setter}}
7979
}
8080

8181
protocol U: ~Copyable {

0 commit comments

Comments
 (0)