summaryrefslogtreecommitdiff
path: root/tests/src/JIT/SIMD/VectorUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/SIMD/VectorUtil.cs')
-rw-r--r--tests/src/JIT/SIMD/VectorUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/SIMD/VectorUtil.cs b/tests/src/JIT/SIMD/VectorUtil.cs
index d1b669df29..6501aac767 100644
--- a/tests/src/JIT/SIMD/VectorUtil.cs
+++ b/tests/src/JIT/SIMD/VectorUtil.cs
@@ -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: