diff options
Diffstat (limited to 'testsuite/buildok/modname.stp')
-rwxr-xr-x | testsuite/buildok/modname.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/buildok/modname.stp b/testsuite/buildok/modname.stp new file mode 100755 index 00000000..02229301 --- /dev/null +++ b/testsuite/buildok/modname.stp @@ -0,0 +1,8 @@ +#! stap -p4 +# +# Test the translatability for modname() +# +probe begin +{ + log(modname(0)) +} |