summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentysix.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/twentysix.stp')
-rwxr-xr-xtestsuite/buildok/twentysix.stp7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/buildok/twentysix.stp b/testsuite/buildok/twentysix.stp
deleted file mode 100755
index 3fb7526f..00000000
--- a/testsuite/buildok/twentysix.stp
+++ /dev/null
@@ -1,7 +0,0 @@
-#! stap -up4
-
-global a
-probe begin
-{
- a [1,2,3,4,5,6] = 0
-}