Skip to content

Commit 63d7191

Browse files
committed
fix build of test
1 parent 815b9f5 commit 63d7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/CSharpProjectAnalysis.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ let _ = CSharpClass(0)
111111

112112
let getEntitiesUses source =
113113
let csharpAssembly = PathRelativeToTestAssembly "CSharp_Analysis.dll"
114-
let results, _ = getProjectReferences(source, [csharpAssembly], None, None)
114+
let results, _ = getProjectReferences(source, [csharpAssembly])
115115
results.GetAllUsesOfAllSymbols()
116116
|> Async.RunSynchronously
117117
|> Seq.choose (fun su ->

0 commit comments

Comments
 (0)