mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 15:36:16 +02:00
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a00a9a28fb
commit
c3da426d10
3 changed files with 6 additions and 6 deletions
|
@ -533,7 +533,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
|
||||
def test_tracepoint
|
||||
events1, answer_events = *trace_by_tracepoint()
|
||||
|
||||
|
||||
mesg = events1.map{|e|
|
||||
"#{e[0]} - #{e[2]}:#{e[1]} id: #{e[4]}"
|
||||
}.join("\n")
|
||||
|
@ -627,7 +627,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
|
||||
def test_tracepoint_enabled
|
||||
trace = TracePoint.trace(:call){|tp|
|
||||
#
|
||||
#
|
||||
}
|
||||
assert_equal(true, trace.enabled?)
|
||||
trace.disable{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue