Skip to content

Commit

Permalink
Enable else if comments test
Browse files Browse the repository at this point in the history
  • Loading branch information
jindraivanek committed May 7, 2018
1 parent 22fdfb0 commit 59e1c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/CommentTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ type IlxGenOptions =
alwaysCallVirt : bool }
"""

[<Test; Ignore "reason">]
[<Test>]
let ``should keep comments on else if``() =
formatSourceString false """
if true then ()
Expand Down

0 comments on commit 59e1c09

Please sign in to comment.