Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs b/test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs
index d27cb48e6..b34bf11fa 100644
--- a/test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs
+++ b/test/Mono.Linker.Tests.Cases/Logging/CommonLogs.cs
@@ -11,10 +11,10 @@ namespace Mono.Linker.Tests.Cases.Logging
#endif
[SetupLinkerArgument ("--custom-step", "Log.LogStep,LogStep.dll")]
- [LogContains ("illinker: error IL1004: Error")]
+ [LogContains ("ILlinker: error IL1004: Error")]
[LogContains ("logtest(1,1): warning IL2001: Warning")]
- [LogContains ("illinker: Info")]
- [LogContains ("illinker: Diagnostics")]
+ [LogContains ("ILlinker: Info")]
+ [LogContains ("ILlinker: Diagnostics")]
public class CommonLogs
{
public static void Main ()