summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2015-10-12 17:04:10 +1100
committerDavid Hook <dgh@bouncycastle.org>2015-10-12 17:04:10 +1100
commit1e6707bb602a4b412537111b2af100321abf9874 (patch)
tree130d801195b71b70f59b9e9e6ba95753b9133132 /crypto/test
parentFixed generics (diff)
downloadBouncyCastle.NET-ed25519-1e6707bb602a4b412537111b2af100321abf9874.tar.xz
Introduced Utilities.IO.FilterStream
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/util/test/UncloseableStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/util/test/UncloseableStream.cs b/crypto/test/src/util/test/UncloseableStream.cs
index 8b592cdd4..171198120 100644
--- a/crypto/test/src/util/test/UncloseableStream.cs
+++ b/crypto/test/src/util/test/UncloseableStream.cs
@@ -1,7 +1,7 @@
 using System;
 using System.IO;
 
-using Org.BouncyCastle.Asn1.Utilities;
+using Org.BouncyCastle.Utilities.IO;
 
 namespace Org.BouncyCastle.Utilities.Test
 {