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