Skip to content

Commit

Permalink
fsprojects#1238 fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
humberto-javier.cortes-benavides committed Jan 19, 2021
1 parent 0edfd80 commit b7dd4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fantomas.Tests/ControlStructureTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ module Foo =
| {
Bar = true
Baz = _
} ->
failwith "xxx"
}
-> failwith "xxx"
| _ -> None
"""

0 comments on commit b7dd4ce

Please sign in to comment.