We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67778ca commit e57a0a3Copy full SHA for e57a0a3
1 file changed
tests/service/ExprTests.fs
@@ -997,10 +997,7 @@ let testOperators dnName fsName excludedTests expectedUnoptimized expectedOptimi
997
let fileSource = excludedTests |> List.fold replace source
998
File.WriteAllText(filePath, fileSource)
999
1000
- let args = [|
1001
- yield! mkProjectCommandLineArgsSilent (dllPath, [filePath])
1002
- yield @"-r:System.Numerics.dll" // needed for some tests
1003
- |]
+ let args = mkProjectCommandLineArgsSilent (dllPath, [filePath])
1004
1005
let options = checker.GetProjectOptionsFromCommandLineArgs (projFilePath, args)
1006
0 commit comments