Update end column in test after Razor error changes.

This commit is contained in:
N. Taylor Mullen 2015-09-03 16:53:52 -07:00
parent 9169a156e2
commit ffc863532a
1 changed files with 1 additions and 1 deletions

View File

@ -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 =>