Skip to content

Commit c550d12

Browse files
committed
fix test
1 parent 07e4344 commit c550d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ProjectOptionsTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ let ``Test OtherOptions order for GetProjectOptionsFromScript`` () =
449449
projOpts.OtherOptions
450450
|> Array.map Path.GetFileNameWithoutExtension
451451
|> shouldEqual expected2
452-
let otherArgs = [|"--noframework"; "3"; "System.Numerics"; "mscorlib"; "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"|]
452+
let otherArgs = [|"--noframework"; "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"|]
453453
test "Main1" otherArgs
454454
test "Main2" otherArgs
455455
test "Main3" otherArgs

0 commit comments

Comments
 (0)