diff --git a/tests/service/PatternMatchCompilationTests.fs b/tests/service/PatternMatchCompilationTests.fs index d05e9732a88e..c6f7f4ef6c39 100644 --- a/tests/service/PatternMatchCompilationTests.fs +++ b/tests/service/PatternMatchCompilationTests.fs @@ -611,8 +611,10 @@ let x as () = y let z as """ dumpDiagnostics checkResults |> shouldEqual [ - "(10,6--10,8): Expecting pattern"; "(11,6--11,8): Expecting pattern"; - "(12,6--12,8): Expecting pattern"; "(13,6--13,8): Expecting pattern"; + "(10,6--10,8): Expecting pattern"; + "(11,6--11,8): Expecting pattern"; + "(12,6--12,8): Expecting pattern"; + "(13,6--13,8): Expecting pattern"; "(14,6--14,8): Expecting pattern"; "(15,13--15,14): Unexpected symbol '=' in pattern. Expected ')' or other token."; "(15,9--15,10): Unmatched '('";