React to xunit change. Fix build error
This commit is contained in:
parent
777f523135
commit
af2c32f612
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Server.KestrelTests
|
||||||
|
|
||||||
public int Main()
|
public int Main()
|
||||||
{
|
{
|
||||||
return new Xunit.Runner.Dnx.Program(env, sp, _libraryManager).Main(new string[]
|
return Xunit.Runner.Dnx.Program.Main(new string[]
|
||||||
{
|
{
|
||||||
"-class",
|
"-class",
|
||||||
typeof(MultipleLoopTests).FullName
|
typeof(MultipleLoopTests).FullName
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue