summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_bigzero.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/bignum/test_bigzero.rb')
-rw-r--r--test/-ext-/bignum/test_bigzero.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/bignum/test_bigzero.rb b/test/-ext-/bignum/test_bigzero.rb
index 43a99b01a3..cf34964acd 100644
--- a/test/-ext-/bignum/test_bigzero.rb
+++ b/test/-ext-/bignum/test_bigzero.rb
@@ -2,7 +2,7 @@
require 'test/unit'
require "-test-/bignum"
-class TestBignum < Test::Unit::TestCase
+class Test_Bignum < Test::Unit::TestCase
class TestBigZero < Test::Unit::TestCase
def test_equal_0
bug8204 = '[ruby-core:53893] [Bug #8204]'