diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs b/test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs index 2cec3731c5..fccca52160 100644 --- a/test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs +++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs @@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests [Theory] [InlineData("CompilationFailure", "/Views/ErrorPageMiddleware/CompilationFailure.cshtml(2,16): error CS0029:" + - " Cannot implicitly convert type 'int' to 'string'")] + " Cannot implicitly convert type 'int' to 'string'")] [InlineData("ParserError", "The code block is missing a closing "}" character. Make sure you " + "have a matching "}" character for all the "{" characters " + "within this block, and that none of the "}" characters are being " +