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 ef1381a321..11fe80599d 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
+ TracePoint.new{}.__enable(nil, nil)
class Foo
def self.foo; end
end