mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip instead of return
This commit is contained in:
parent
f8b528ba92
commit
35b7e8eed8
1 changed files with 1 additions and 2 deletions
|
@ -2107,8 +2107,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
], events
|
||||
events.clear
|
||||
|
||||
# TODO: test for requires
|
||||
return
|
||||
skip "TODO: test for requires"
|
||||
|
||||
tp.enable{
|
||||
require ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue