Skip to content

Commit 5d8a5b4

Browse files
committed
debug test failure
1 parent 2e70cec commit 5d8a5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/service/ProjectAnalysisTests.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,6 +3626,8 @@ let _ = XmlProvider<"<root><value>1</value><value>3</value></root>">.GetSample()
36263626
[<Test>]
36273627
let ``Test Project25 whole project errors`` () =
36283628
let wholeProjectResults = checker.ParseAndCheckProject(Project25.options) |> Async.RunSynchronously
3629+
for e in wholeProjectResults.Errors do
3630+
printfn "Project25 error: %A" e
36293631
wholeProjectResults.Errors.Length |> shouldEqual 0
36303632

36313633
[<Test>]

0 commit comments

Comments
 (0)