React to xunit change. Fix build error

This commit is contained in:
Pavel Krymets 2015-10-30 10:52:59 -07:00
parent 777f523135
commit af2c32f612
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Server.KestrelTests
public int Main()
{
return new Xunit.Runner.Dnx.Program(env, sp, _libraryManager).Main(new string[]
return Xunit.Runner.Dnx.Program.Main(new string[]
{
"-class",
typeof(MultipleLoopTests).FullName