File tree Expand file tree Collapse file tree 2 files changed +393
-62
lines changed
FSharp.Compiler.ComponentTests/FSharpChecker Expand file tree Collapse file tree 2 files changed +393
-62
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments