aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_random.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_random.rb')
-rw-r--r--test/test_random.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_random.rb b/test/test_random.rb
index 60794619..dd72d84d 100644
--- a/test/test_random.rb
+++ b/test/test_random.rb
@@ -12,4 +12,4 @@ class OpenSSL::TestRandom < OpenSSL::TestCase
assert_equal("", OpenSSL::Random.pseudo_bytes(0))
assert_equal(12, OpenSSL::Random.pseudo_bytes(12).bytesize)
end if OpenSSL::Random.methods.include?(:pseudo_bytes)
-end if defined?(OpenSSL::TestCase)
+end