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