Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit af2c32f

Browse files
committed
React to xunit change. Fix build error
1 parent 777f523 commit af2c32f

File tree

1 file changed

+1
-1
lines changed
  • test/Microsoft.AspNet.Server.KestrelTests

1 file changed

+1
-1
lines changed

test/Microsoft.AspNet.Server.KestrelTests/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public Program(
2727

2828
public int Main()
2929
{
30-
return new Xunit.Runner.Dnx.Program(env, sp, _libraryManager).Main(new string[]
30+
return Xunit.Runner.Dnx.Program.Main(new string[]
3131
{
3232
"-class",
3333
typeof(MultipleLoopTests).FullName

0 commit comments

Comments
 (0)