@@ -485,13 +485,12 @@ let ``Test OtherOptions order for GetProjectOptionsFromScript`` () =
485485let scriptPath = __ SOURCE_ DIRECTORY__ + @" /data/ScriptProject/" + scriptName+ " .fsx"
486486let scriptSource = File.ReadAllText scriptPath
487487let projOpts , _diagnostics = checker.GetProjectOptionsFromScript( scriptPath, scriptSource) |> Async.RunSynchronously
488-
489488 projOpts.OtherOptions
490489|> Array.map( fun s -> if s.StartsWith" --" then selse Path.GetFileNameWithoutExtension s)
491490|> Array.forall( fun s -> Set.contains s expected2)
492491|> shouldEqualtrue
493492
494- let otherArgs = [| " --noframework" ; " --warn:3" ; " System.Numerics" ; " mscorlib" ; " FSharp.Core" ; " System" ; " System.Xml" ; " System.Runtime.Remoting" ; " System.Runtime.Serialization.Formatters.Soap" ; " System.Data" ; " System.Drawing" ; " System.Core" ; " System.Runtime" ; " System.Linq" ; " System.Reflection" ; " System.Linq.Expressions" ; " System.Threading.Tasks" ; " System.IO" ; " System.Net.Requests" ; " System.Collections" ; " System.Runtime.Numerics" ; " System.Threading" ; " System.Web" ; " System.Web.Services" ; " System.Windows.Forms" ; " FSharp.Compiler.Interactive.Settings" |] |> Set.ofArray
493+ let otherArgs = [| " --noframework" ; " --warn:3" ; " System.Numerics" ; " System.ValueTuple " ; " mscorlib" ; " FSharp.Core" ; " System" ; " System.Xml" ; " System.Runtime.Remoting" ; " System.Runtime.Serialization.Formatters.Soap" ; " System.Data" ; " System.Drawing" ; " System.Core" ; " System.Runtime" ; " System.Linq" ; " System.Reflection" ; " System.Linq.Expressions" ; " System.Threading.Tasks" ; " System.IO" ; " System.Net.Requests" ; " System.Collections" ; " System.Runtime.Numerics" ; " System.Threading" ; " System.Web" ; " System.Web.Services" ; " System.Windows.Forms" ; " FSharp.Compiler.Interactive.Settings" |] |> Set.ofArray
495494
496495 test" Main1" otherArgs
497496 test" Main2" otherArgs