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