summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/ustack.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/ustack.stp')
-rwxr-xr-xtestsuite/buildok/ustack.stp10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/buildok/ustack.stp b/testsuite/buildok/ustack.stp
deleted file mode 100755
index 23af0bff..00000000
--- a/testsuite/buildok/ustack.stp
+++ /dev/null
@@ -1,10 +0,0 @@
-#! stap -p4
-#
-# Test the translatability for ubacktrace(), print_ustack()
-# and print_ubacktrace()
-#
-probe begin
-{
- print_ustack(ubacktrace());
- print_ubacktrace();
-}