Skip to content

Commit e57a0a3

Browse files
abelbraaksmabaronfel
authored andcommitted
Move #r System.Numerics to mkStandardProjectReferences
1 parent 67778ca commit e57a0a3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/service/ExprTests.fs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -997,10 +997,7 @@ let testOperators dnName fsName excludedTests expectedUnoptimized expectedOptimi
997997
let fileSource = excludedTests |> List.fold replace source
998998
File.WriteAllText(filePath, fileSource)
999999

1000-
let args = [|
1001-
yield! mkProjectCommandLineArgsSilent (dllPath, [filePath])
1002-
yield @"-r:System.Numerics.dll" // needed for some tests
1003-
|]
1000+
let args = mkProjectCommandLineArgsSilent (dllPath, [filePath])
10041001

10051002
let options = checker.GetProjectOptionsFromCommandLineArgs (projFilePath, args)
10061003

0 commit comments

Comments
 (0)