summary refs log tree commit diff
path: root/crypto/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src')
-rw-r--r--crypto/test/src/asn1/test/SemanticsInformationUnitTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/asn1/test/SemanticsInformationUnitTest.cs b/crypto/test/src/asn1/test/SemanticsInformationUnitTest.cs

index 8fb29d9ad..ed73cceca 100644 --- a/crypto/test/src/asn1/test/SemanticsInformationUnitTest.cs +++ b/crypto/test/src/asn1/test/SemanticsInformationUnitTest.cs
@@ -58,7 +58,7 @@ namespace Org.BouncyCastle.Asn1.Tests try { - new SemanticsInformation(DerSequence.Empty); + SemanticsInformation.GetInstance(DerSequence.Empty); Fail("constructor failed to detect empty sequence."); }