summaryrefslogtreecommitdiff
path: root/test/openssl/test_asn1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_asn1.rb')
-rw-r--r--test/openssl/test_asn1.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/openssl/test_asn1.rb b/test/openssl/test_asn1.rb
index 4fd4771d7b..62d0eb476d 100644
--- a/test/openssl/test_asn1.rb
+++ b/test/openssl/test_asn1.rb
@@ -429,7 +429,7 @@ class OpenSSL::TestASN1 < Test::Unit::TestCase
assert_equal(raw, OpenSSL::ASN1.decode(raw).to_der)
end
end
-
+
def test_primitive_inf_length
assert_raises(OpenSSL::ASN1::ASN1Error) do
spec = %w{ 02 80 02 01 01 00 00 }
@@ -438,6 +438,6 @@ class OpenSSL::TestASN1 < Test::Unit::TestCase
OpenSSL::ASN1.decode_all(raw)
end
end
-
+
end if defined?(OpenSSL)