From ffc863532ae148442e2ee825706680d679bce8b6 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 3 Sep 2015 16:53:52 -0700 Subject: [PATCH] Update end column in test after Razor error changes. --- .../Compilation/RazorCompilationServiceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs b/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs index b18298cc1b..e718519635 100644 --- a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs +++ b/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs @@ -181,7 +181,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation Assert.Equal(0, message.StartLine); Assert.Equal(-1, message.StartColumn); Assert.Equal(0, message.EndLine); - Assert.Equal(0, message.EndColumn); + Assert.Equal(-2, message.EndColumn); }); }, failure =>