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