branch: elpa/swift-mode commit 5df00bc201232c0fccb8310da324b594e1e598f8 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix typo --- test/swift-files/statements.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/swift-files/statements.swift b/test/swift-files/statements.swift index 308c110..efc72ae 100644 --- a/test/swift-files/statements.swift +++ b/test/swift-files/statements.swift @@ -1047,11 +1047,11 @@ func foo() { #if foo foo() foo() - #elsif foo + #elseif foo foo() foo() #else foo() foo() - #end + #endif }