diff --git a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors.fs b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors.fs index 92f2f30b14f..592b3ac09ee 100644 --- a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors.fs +++ b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors.fs @@ -59,7 +59,7 @@ module flaterrors = [] //Invalid case [] //Even more invalid case - [] // no + allowed + [] // no + allowed [] // no - allowed [] let ``E_MultiLine04_fs`` (option: string) = diff --git a/tests/FSharp.Compiler.ComponentTests/Language/ComputationExpressionTests.fs b/tests/FSharp.Compiler.ComponentTests/Language/ComputationExpressionTests.fs index 03bd579f6a8..21c1c0de20f 100644 --- a/tests/FSharp.Compiler.ComponentTests/Language/ComputationExpressionTests.fs +++ b/tests/FSharp.Compiler.ComponentTests/Language/ComputationExpressionTests.fs @@ -96,7 +96,6 @@ let x = lb {1; 2; if true then 3;} [] [] - [] [] [] [] @@ -135,4 +134,4 @@ let _pythags = seqbuilder {{ code |> FSharp |> typecheck - |> shouldSucceed \ No newline at end of file + |> shouldSucceed