summaryrefslogtreecommitdiff
path: root/test/dtrace/test_singleton_function.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtrace/test_singleton_function.rb')
-rw-r--r--test/dtrace/test_singleton_function.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtrace/test_singleton_function.rb b/test/dtrace/test_singleton_function.rb
index 11fe80599d..bad1fa0692 100644
--- a/test/dtrace/test_singleton_function.rb
+++ b/test/dtrace/test_singleton_function.rb
@@ -46,7 +46,7 @@ ruby$target:::method-return
def ruby_program
<<-eoruby
- TracePoint.new{}.__enable(nil, nil)
+ TracePoint.new{}.__enable(nil, nil, Thread.current)
class Foo
def self.foo; end
end