Fix build break

This commit is contained in:
Ajay Bhargav Baaskaran 2017-04-21 13:38:39 -07:00
parent 4e2cd0c2d6
commit 52c4abee9b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace Microsoft.AspNetCore.Razor.Language.CodeGeneration
};
var originalSpan = new SourceSpan("test.cshtml", 0, 0, 0, 6);
var generatedSpan = new SourceSpan(null, 23, 1, 0, 6);
var generatedSpan = new SourceSpan(null, 21 + Environment.NewLine.Length, 1, 0, 6);
var expectedLineMapping = new LineMapping(originalSpan, generatedSpan);
var node = new UsingStatementIRNode()
{