summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/six.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/six.stp')
-rwxr-xr-xtestsuite/buildok/six.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/six.stp b/testsuite/buildok/six.stp
index 2d9a40aa..a4a893da 100755
--- a/testsuite/buildok/six.stp
+++ b/testsuite/buildok/six.stp
@@ -4,7 +4,7 @@
# listed in PR 1155 we cannot resolve the parameters of the inline
# at the moment.
-probe kernel.inline("context_switch")? {
+probe kernel.function("context_switch").inline ? {
log ("found an inline function")
}