Skip to content

Commit 0ecd8ed

Browse files
committed
This test change was a mistake; I didn't realize that there were API notes in play.
This should fix the bots; now I just have to figure out why it isn't fixed in my config.
1 parent 68962f6 commit 0ecd8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ClangModules/attr-swift_name_renaming.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ func test() {
1717
var excuse: HomeworkExcuse = .dogAteIt
1818
excuse = .overslept // FIXME: should provide Fix-It expected-error{{type 'HomeworkExcuse' has no member 'overslept'}}
1919
excuse = .tired
20-
excuse = .tooHard
21-
excuse = .challenging // expected-error{{type 'HomeworkExcuse' has no member 'challenging'}}
20+
excuse = .tooHard // FIXME: should provide Fix-It expected-error{{type 'HomeworkExcuse' has no member 'tooHard'}}
21+
excuse = .challenging
2222

2323
// Typedef-of-anonymous-type-name renaming
2424
var p = Point()

0 commit comments

Comments
 (0)