diff options
Diffstat (limited to 'testsuite/semko/twentytwo.stp')
-rwxr-xr-x | testsuite/semko/twentytwo.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/twentytwo.stp b/testsuite/semko/twentytwo.stp index 3d2f6429..9321d5f6 100755 --- a/testsuite/semko/twentytwo.stp +++ b/testsuite/semko/twentytwo.stp @@ -3,6 +3,6 @@ # tests that a non-inline function is *not* matched using # the inline() pattern -probe kernel.inline("sys_recv") { +probe kernel.function("sys_recv").inline { log ("found a non-inline via inline()") } |