summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 08:11:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 08:11:16 +0000
commit1a63e72770d50a7b274c903be3b4c97a51db6dda (patch)
tree9f7d2045ed82d146999c3c57885a89cf70aef38a /test/ruby/test_settracefunc.rb
parent8ae178683f6abba8485573d7eb5dcc2232aee29c (diff)
revert a part of r60163.
* test/ruby/test_settracefunc.rb (test_trace_point_binding_in_ifunc): do not need other threads because this script is invoked by another ruby process (and also remove typo). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_settracefunc.rb')
-rw-r--r--test/ruby/test_settracefunc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_settracefunc.rb b/test/ruby/test_settracefunc.rb
index b5777d7e58..c5c914d0b0 100644
--- a/test/ruby/test_settracefunc.rb
+++ b/test/ruby/test_settracefunc.rb
@@ -925,7 +925,6 @@ class TestSetTraceFunc < Test::Unit::TestCase
bug7774 = '[ruby-dev:46908]'
src = %q{
tp = TracePoint.new(:raise) do |tp|
- next unless target_thread?g
tp.binding
end
tp.enable do