diff options
Diffstat (limited to 'testsuite/transok/six.stp')
-rwxr-xr-x | testsuite/transok/six.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/transok/six.stp b/testsuite/transok/six.stp index 8684107e..0b3bdccf 100755 --- a/testsuite/transok/six.stp +++ b/testsuite/transok/six.stp @@ -2,7 +2,7 @@ probe begin { - printk("kernel time") + print("kernel time\n") log("hello there") warn("this is a builtin") } |