Fix unit test
This commit is contained in:
parent
d912f6cd39
commit
4166c8cbc9
|
|
@ -86,7 +86,8 @@ namespace Microsoft.AspNet.Mvc.Razor.Test
|
|||
new Block(
|
||||
new BlockBuilder { Type = BlockType.Comment }),
|
||||
new RazorError[0],
|
||||
new CodeBuilderResult("", new LineMapping[0]));
|
||||
new CodeBuilderResult("", new LineMapping[0]),
|
||||
new CodeTree());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue