Skip to content

Commit

Permalink
Upgrade new tests (dotnet#6928)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Aug 25, 2019
1 parent 7302076 commit 616ef42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fsharp/Compiler/Warnings/PatternMatchingWarningTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module PatternMatchingWarningTests =

[<Test>]
let ``Complete pattern match on byte should not trigger FS0025 warning`` () =
CompilerAssert.CompileExe
CompilerAssert.Pass
"""
let f x =
match x with
Expand Down Expand Up @@ -272,7 +272,7 @@ module PatternMatchingWarningTests =
"""
[<Test>]
let ``Complete pattern match on sbyte should not trigger FS0025 warning`` () =
CompilerAssert.CompileExe
CompilerAssert.Pass
"""
let f x =
match x with
Expand Down

0 comments on commit 616ef42

Please sign in to comment.