From 1e602655c4a854adff99001ae6d2e03bf596a365 Mon Sep 17 00:00:00 2001 From: "Alexey.Berezhnykh" Date: Wed, 8 Nov 2023 22:44:54 +0300 Subject: [PATCH] fix --- .../FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs b/tests/FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs index a91045f49a2d..f0e5c77e8657 100644 --- a/tests/FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs +++ b/tests/FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs @@ -173,9 +173,7 @@ let c = ( _ :> obj) """ |> withDiagnostics [ Error 10, Line 2, Col 20, Line 2, Col 21, "Unexpected symbol ')' in expression. Expected '.' or other token." Error 10, Line 3, Col 13, Line 3, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token." - Error 583, Line 3, Col 9, Line 3, Col 10, "Unmatched '('" - Error 10, Line 4, Col 13, Line 4, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token." - Error 583, Line 4, Col 9, Line 4, Col 10, "Unmatched '('"] + Error 10, Line 4, Col 13, Line 4, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token."] [] let ``ToString with F# 7`` () =