summaryrefslogtreecommitdiffstats
path: root/testsuite/semko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-xtestsuite/semko/twentytwo.stp2
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()")
}