mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
72e60a0437
commit
27b1553b2f
1 changed files with 2 additions and 2 deletions
|
@ -2071,13 +2071,13 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
code1.call
|
||||
end
|
||||
assert_equal [1, :tp, 2, 3], events
|
||||
|
||||
|
||||
|
||||
e = assert_raise(ArgumentError) do
|
||||
TracePoint.new(:line){}.enable(target_line: 10){}
|
||||
end
|
||||
assert_equal 'only target_line is specified', e.message
|
||||
|
||||
|
||||
e = assert_raise(ArgumentError) do
|
||||
TracePoint.new(:call){}.enable(target: code1, target_line: 10){}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue