diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ruby/test_method.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_method.rb b/test/ruby/test_method.rb index 6faf564546..dda4190bd8 100644 --- a/test/ruby/test_method.rb +++ b/test/ruby/test_method.rb @@ -545,6 +545,8 @@ class TestMethod < Test::Unit::TestCase def test___dir__ assert_instance_of String, __dir__ assert_equal(File.dirname(File.realpath(__FILE__)), __dir__) + bug8436 = '[ruby-core:55123] [Bug #8436]' + assert_equal(__dir__, eval("__dir__", binding), bug8436) end def test_alias_owner |
