mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 17:38:40 +00:00
Fix build (#24)
This commit is contained in:
@@ -205,7 +205,7 @@ module TestFixture =
|
||||
seq {
|
||||
// Might not be an IEnumerable of a reference type.
|
||||
// Concretely, `FSharpList<HttpStatusCode> :> IEnumerable<obj>` fails.
|
||||
for arg in args.GetValue null :?> System.Collections.IEnumerable do
|
||||
for arg in args.GetValue (null : obj) :?> System.Collections.IEnumerable do
|
||||
yield
|
||||
match arg with
|
||||
| :? Tuple<obj, obj> as (a, b) ->
|
||||
|
Reference in New Issue
Block a user