diff options
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-x | testsuite/semok/twelve.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/twelve.stp b/testsuite/semok/twelve.stp index 8eccd463..c55a1e16 100755 --- a/testsuite/semok/twelve.stp +++ b/testsuite/semok/twelve.stp @@ -11,7 +11,7 @@ probe kernel.function("pipe_*") # resolve to a set of module functions -probe module("jbd").function("journal_get_*_access@*/transaction.c") +probe module("jbd").function("journal_get_*_access@*/transaction.c") ? { trace("inside journal_get_*_access, in transaction.c") } |