Remove Console.WriteLine() from MemoryPoolBlockTests (#868)

- Causes noise in test results
This commit is contained in:
Mike Harder 2016-05-24 11:38:24 -07:00
parent 5ca6592677
commit 58070099fc
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
[Fact]
public void SeekWorksAcrossBlocks()
{
Console.WriteLine($"Vector.IsHardwareAccelerated == {Vector.IsHardwareAccelerated}");
Console.WriteLine($"Vector<byte>.Count == {Vector<byte>.Count}");
using (var pool = new MemoryPool())
{
var block1 = pool.Lease();