Fix unit test

This commit is contained in:
YishaiGalatzer 2014-10-13 10:13:32 -07:00
parent d912f6cd39
commit 4166c8cbc9
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ namespace Microsoft.AspNet.Mvc.Razor.Test
new Block( new Block(
new BlockBuilder { Type = BlockType.Comment }), new BlockBuilder { Type = BlockType.Comment }),
new RazorError[0], new RazorError[0],
new CodeBuilderResult("", new LineMapping[0])); new CodeBuilderResult("", new LineMapping[0]),
new CodeTree());
} }
} }
} }