Fix build break in razor tests

This message changed because we got a fix in CoreCLR for a bug in the
host that was impacting Type.GetType and breaking data contract
serializer.
This commit is contained in:
Ryan Nowak 2015-03-20 19:27:26 -07:00
parent 2b6220205d
commit 444ea25b44
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
#if DNX451
"abcd' or one of its dependencies. The system cannot find the file specified.";
#else
"abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Could not find or load a " +
"specific file. (Exception from HRESULT: 0x80131621)";
"abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. " +
"The system cannot find the file specified.";
#endif
// Act