Actually fix build break.

This commit is contained in:
N. Taylor Mullen 2016-09-08 11:25:44 -07:00
parent 11af25b9b7
commit 17c6cfcb4e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor.Host.Test.Internal
#endif
// Assert
Assert.Equal(expectedOutput, resultOutput, StringComparer.Ordinal, ignoreLineEndingDifferences: true);
Assert.Equal(expectedOutput, resultOutput, ignoreLineEndingDifferences: true);
}
}
}