Skip to content

Commit 5df00bc

Browse files
committed
Fix typo
1 parent 5448098 commit 5df00bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/swift-files/statements.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,11 +1047,11 @@ func foo() {
10471047
#if foo
10481048
foo()
10491049
foo()
1050-
#elsif foo
1050+
#elseif foo
10511051
foo()
10521052
foo()
10531053
#else
10541054
foo()
10551055
foo()
1056-
#end
1056+
#endif
10571057
}

0 commit comments

Comments
 (0)