mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* test/testunit/test_redefinition.rb: broken class/method names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba22341854
commit
970c5ac4ff
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'test/unit'
|
||||
|
||||
class TestHideSkip < Test::Unit::TestCase
|
||||
def test_hideskip
|
||||
class TestRedefinition < Test::Unit::TestCase
|
||||
def test_redefinition
|
||||
test_out, o = IO.pipe
|
||||
spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_redefinition.rb", out: File::NULL, err: o)
|
||||
o.close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue