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