test/dtrace/test_method_cache.rb: avoid spewing too much
Don't output method cache clearing at startup since it causes dtrace to drop output and break the test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c97952dd0f
commit
ca9cf0e076
@ -19,7 +19,7 @@ module DTrace
|
|||||||
def probe
|
def probe
|
||||||
<<-eoprobe
|
<<-eoprobe
|
||||||
ruby$target:::method-cache-clear
|
ruby$target:::method-cache-clear
|
||||||
/arg1/
|
/arg1 && arg2/
|
||||||
{
|
{
|
||||||
printf("%s %s %d\\n", copyinstr(arg0), copyinstr(arg1), arg2);
|
printf("%s %s %d\\n", copyinstr(arg0), copyinstr(arg1), arg2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user