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