Skip to content

Commit b94a5c8

Browse files
committed
Update a test case's expected output
1 parent 8482516 commit b94a5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/SwiftUI/rdar57201781.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct ContentView : View {
88
@State var foo: [String] = Array(repeating: "", count: 5)
99

1010
var body: some View {
11-
VStack {
11+
VStack { // expected-error{{type of expression is ambiguous without more context}}
1212
HStack {
1313
Text("")
1414
TextFi // expected-error {{use of unresolved identifier 'TextFi'}}

0 commit comments

Comments
 (0)