mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_settracefunc.rb: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
811d072dcb
commit
f1cbd700e8
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
self.class.class_eval{remove_const(:XYZZY)}
|
||||
return events
|
||||
end
|
||||
|
||||
|
||||
def test_tracepoint
|
||||
events1, answer_events = *trace_by_tracepoint()
|
||||
answer_events.zip(events1){|answer, event|
|
||||
|
|
Loading…
Reference in a new issue