diff options
Diffstat (limited to 'testsuite/buildok/one.stp')
-rwxr-xr-x | testsuite/buildok/one.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/one.stp b/testsuite/buildok/one.stp index 491d059e..76cdcca8 100755 --- a/testsuite/buildok/one.stp +++ b/testsuite/buildok/one.stp @@ -19,7 +19,7 @@ probe begin baz[10] = "" q = baz[223] - printk("hello from systemtap") + print("hello from systemtap\n") } |