summaryrefslogtreecommitdiffstats
path: root/testsuite/semko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko')
-rw-r--r--testsuite/semko/conditional.stp5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/semko/conditional.stp b/testsuite/semko/conditional.stp
deleted file mode 100644
index ee164548..00000000
--- a/testsuite/semko/conditional.stp
+++ /dev/null
@@ -1,5 +0,0 @@
-#! stap -p2
-
-probe begin {
- %( 1 == 0 %? print(1) %? print(2) %)
-}