Skip to content

Commit c4d0fbf

Browse files
committed
fix tests
1 parent feda849 commit c4d0fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fsharp/vs/IncrementalBuild.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,8 @@ type IncrementalBuilder(frameworkTcImportsCache: FrameworkImportsCache, tcConfig
15091509
// Outputs
15101510
let buildDescription = new BuildDescriptionScope ()
15111511

1512+
do buildDescription.DeclareVectorOutput stampedFileNamesNode
1513+
do buildDescription.DeclareVectorOutput stampedReferencedAssembliesNode
15121514
do buildDescription.DeclareVectorOutput parseTreesNode
15131515
do buildDescription.DeclareVectorOutput tcStatesNode
15141516
do buildDescription.DeclareScalarOutput initialTcAccNode

0 commit comments

Comments
 (0)