Skip to content

Commit

Permalink
Unskip a few tests (#16946)
Browse files Browse the repository at this point in the history
* Unskip a few tests

* another one
  • Loading branch information
psfinaki authored Mar 25, 2024
1 parent c7ff805 commit 306bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module flaterrors =

[<InlineData("--FlatErrors")>] //Invalid case
[<InlineData("--FLATERRORS")>] //Even more invalid case
[<InlineData("--flaterrors-")>] // no + allowed
[<InlineData("--flaterrors+")>] // no + allowed
[<InlineData("--flaterrors-")>] // no - allowed
[<Theory>]
let ``E_MultiLine04_fs`` (option: string) =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ let x = lb {1; 2; if true then 3;}

[<Theory>]
[<InlineData("preview","BindReturn")>]
[<InlineData("preview","BindReturn")>]
[<InlineData("preview","WithoutBindReturn")>]
[<InlineData("4.7","BindReturn")>]
[<InlineData("4.7","WithoutBindReturn")>]
Expand Down Expand Up @@ -135,4 +134,4 @@ let _pythags = seqbuilder {{
code
|> FSharp
|> typecheck
|> shouldSucceed
|> shouldSucceed

0 comments on commit 306bebc

Please sign in to comment.