Skip to content

Commit a1fd757

Browse files
committed
Fix build
1 parent 59784a4 commit a1fd757

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/Compiler/Driver/ParseAndCheckInputs.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,8 +1471,8 @@ let CheckOneInputAux'
14711471
let tcSigEnv =
14721472
AddLocalRootModuleOrNamespace TcResultsSink.NoSink tcGlobals amap m tcState.tcsTcSigEnv sigFileType
14731473

1474-
// Add the signature to the signature env (unless it had an explicit signature)
1475-
let ccuSigForFile = CombineCcuContentFragments [ sigFileType; tcState.tcsCcuSig ]
1474+
// Add the signature to the signature env (unless it had an explicit signature)
1475+
let ccuSigForFile = CombineCcuContentFragments [ sigFileType; tcState.tcsCcuSig ]
14761476

14771477
let partialResult = tcEnv, EmptyTopAttrs, None, ccuSigForFile
14781478

@@ -1484,7 +1484,7 @@ let CheckOneInputAux'
14841484
}
14851485
partialResult, tcState
14861486

1487-
fsiPartialResult, tcState
1487+
fsiPartialResult, tcState
14881488

14891489
| ParsedInput.ImplFile file ->
14901490
// printfn $"Processing Impl {file.FileName}"

tests/ParallelTypeCheckingTests/Tests/TestCompilation.fs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ let d (c: CType) =
194194
emptyNamespace
195195
dependentSignatures
196196
]
197-
|> FProject.Make CompileOutput.Library
198-
199-
let all = [ encodeDecodeSimple; diamondBroken1; fsFsi; emptyNamespace ]
200197

201198
type Case =
202199
{

0 commit comments

Comments
 (0)