diff options
Diffstat (limited to 'testsuite/semko/conditional.stp')
-rw-r--r-- | testsuite/semko/conditional.stp | 5 |
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) %) -} |