File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
tests/FSharp.Compiler.ComponentTests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 ) =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments