You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MetadataProcessor.Tests/Core/ClrIntegrationTests.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ public async Task RunBCLTest()
243
243
if(exitCode==0)
244
244
{
245
245
// look for any error message
246
-
Assert.IsFalse(output.Contains("Error:"),"Unexpected error message in output of NanoCLR");
246
+
Assert.IsFalse(output.Contains("Error:"),$"Unexpected error message in output of NanoCLR.{Environment.NewLine}Output is:{Environment.NewLine}{output}");
247
247
248
248
// look for the error message reporting that there is no entry point
249
249
Assert.IsTrue(output.Contains("Cannot find any entrypoint!"));
0 commit comments