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
|
||||||
events.clear
|
events.clear
|
||||||
|
|
||||||
# TODO: test for requires
|
skip "TODO: test for requires"
|
||||||
return
|
|
||||||
|
|
||||||
tp.enable{
|
tp.enable{
|
||||||
require ''
|
require ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue