summaryrefslogtreecommitdiff
path: root/test/-ext-/proc/test_bmethod.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/proc/test_bmethod.rb')
-rw-r--r--test/-ext-/proc/test_bmethod.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/proc/test_bmethod.rb b/test/-ext-/proc/test_bmethod.rb
index 344f975755..403d99bfd1 100644
--- a/test/-ext-/proc/test_bmethod.rb
+++ b/test/-ext-/proc/test_bmethod.rb
@@ -2,12 +2,12 @@
require 'test/unit'
require '-test-/proc'
-class TestProc < Test::Unit::TestCase
+class Test_Proc < Test::Unit::TestCase
class TestBMethod < Test::Unit::TestCase
end
end
-class TestProc::TestBMethod
+class Test_Proc::TestBMethod
class Base
def foo(*a)
a