Skip to content

Commit 306bebc

Browse files
authored
Unskip a few tests (#16946)
* Unskip a few tests * another one
1 parent c7ff805 commit 306bebc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module flaterrors =
5959

6060
[<InlineData("--FlatErrors")>] //Invalid case
6161
[<InlineData("--FLATERRORS")>] //Even more invalid case
62-
[<InlineData("--flaterrors-")>] // no + allowed
62+
[<InlineData("--flaterrors+")>] // no + allowed
6363
[<InlineData("--flaterrors-")>] // no - allowed
6464
[<Theory>]
6565
let ``E_MultiLine04_fs`` (option: string) =

tests/FSharp.Compiler.ComponentTests/Language/ComputationExpressionTests.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ let x = lb {1; 2; if true then 3;}
9696

9797
[<Theory>]
9898
[<InlineData("preview","BindReturn")>]
99-
[<InlineData("preview","BindReturn")>]
10099
[<InlineData("preview","WithoutBindReturn")>]
101100
[<InlineData("4.7","BindReturn")>]
102101
[<InlineData("4.7","WithoutBindReturn")>]
@@ -135,4 +134,4 @@ let _pythags = seqbuilder {{
135134
code
136135
|> FSharp
137136
|> typecheck
138-
|> shouldSucceed
137+
|> shouldSucceed

0 commit comments

Comments
 (0)