Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54dd973

Browse files
committed
Fix test
1 parentb00692f commit54dd973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎tests/service/ProjectOptionsTests.fs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,12 @@ let ``Test OtherOptions order for GetProjectOptionsFromScript`` () =
485485
letscriptPath=__SOURCE_DIRECTORY__+@"/data/ScriptProject/"+ scriptName+".fsx"
486486
letscriptSource= File.ReadAllText scriptPath
487487
letprojOpts,_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-
letotherArgs=[|"--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+
letotherArgs=[|"--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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp