From 98ac9b866747306edd7cd9437d74c7af51a3a9da Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Oct 2010 05:11:26 +0000 Subject: * 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 --- test/ruby/test_module.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby') 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 -- cgit v1.2.3