Remove unnecessary newline in WriteLine (dotnet/coreclr#8047)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 10 Nov 2016 03:58:31 +0000 (19:58 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 10 Nov 2016 03:58:31 +0000 (19:58 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/3a93bfde4e2dc161f6436062ee75c99e101c6541

src/coreclr/tests/src/JIT/SIMD/VectorUtil.cs

index d1b669d..6501aac 100644 (file)
@@ -309,7 +309,7 @@ class JitLog : IDisposable
             }
             if (simdIntrinsicsSupported && methodFound)
             {
-                Console.WriteLine("Method " + method + " was compiled but should not have been\n");
+                Console.WriteLine("Method " + method + " was compiled but should not have been");
                 return false;
             }
             // Useful when developing / debugging just to be sure that we reached here: