diff options
Diffstat (limited to 'testsuite/buildok/twentyeight.stp')
-rwxr-xr-x | testsuite/buildok/twentyeight.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/twentyeight.stp b/testsuite/buildok/twentyeight.stp index 03946bb0..381419a3 100755 --- a/testsuite/buildok/twentyeight.stp +++ b/testsuite/buildok/twentyeight.stp @@ -1,3 +1,3 @@ #! stap -gp4 -probe kernel.statement(0).absolute { } +probe kernel.statement(0).absolute { log("absolute zero reached") } |