Skip to content

Commit 5c2dc44

Browse files
authored
Project Generation improvements (#15615)
1 parent 0eb8afd commit 5c2dc44

File tree

2 files changed

+393
-62
lines changed

2 files changed

+393
-62
lines changed

tests/FSharp.Compiler.ComponentTests/FSharpChecker/CommonWorkflows.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let ``Adding a file`` () =
6868
addFileAbove "Second" (sourceFile "New" [])
6969
updateFile "Second" (addDependency "New")
7070
saveAll
71-
checkFile "Last" (expectSignatureContains "val f: x: 'a -> (ModuleNew.TNewV_1<'a> * ModuleFirst.TFirstV_1<'a> * ModuleSecond.TSecondV_1<'a>) * (ModuleFirst.TFirstV_1<'a> * ModuleThird.TThirdV_1<'a>) * TLastV_1<'a>")
71+
checkFile "Last" (expectSignatureContains "val f: x: 'a -> (ModuleFirst.TFirstV_1<'a> * ModuleNew.TNewV_1<'a> * ModuleSecond.TSecondV_1<'a>) * (ModuleFirst.TFirstV_1<'a> * ModuleThird.TThirdV_1<'a>) * TLastV_1<'a>")
7272
}
7373

7474
[<Fact>]
@@ -132,4 +132,3 @@ let ``Using getSource and notifications instead of filesystem`` () =
132132
checkFile middle expectSignatureChanged
133133
checkFile last expectSignatureChanged
134134
}
135-

0 commit comments

Comments
 (0)