summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-24 05:11:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-24 05:11:26 +0000
commit98ac9b866747306edd7cd9437d74c7af51a3a9da (patch)
tree224ac19b0ad7950d8975aa9d0c08ab59eb5aaadc /test/ruby
parent8a40d614a3aca6e1ef0c2fec439bf6661466f282 (diff)
* vm.c (vm_define_method): defined method is run with the default
public visibility regardless the visibility context of definition. [ruby-core:30638] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_module.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb
index 0e4737dea6..e5f1e69749 100644
--- a/test/ruby/test_module.rb
+++ b/test/ruby/test_module.rb
@@ -929,7 +929,6 @@ class TestModule < Test::Unit::TestCase
def test_attr_inherited_visibility
bug3406 = '[ruby-core:30638]'
- skip(bug3406)
c = Class.new do
class << self
private