diff options
Diffstat (limited to 'testsuite/buildok/six.stp')
-rwxr-xr-x | testsuite/buildok/six.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/six.stp b/testsuite/buildok/six.stp index a11014fe..589a8b44 100755 --- a/testsuite/buildok/six.stp +++ b/testsuite/buildok/six.stp @@ -4,6 +4,6 @@ # listed in PR 1155 we cannot resolve the parameters of the inline # at the moment. -probe kernel.function("context_switch") { +probe kernel.inline("context_switch") { log ("found an inline function") } |