summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transko/two.stp')
-rwxr-xr-xtestsuite/transko/two.stp2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/transko/two.stp b/testsuite/transko/two.stp
index 5185281a..1ada54a3 100755
--- a/testsuite/transko/two.stp
+++ b/testsuite/transko/two.stp
@@ -1,7 +1,6 @@
#! stap -p3
function bar () {
- next
return 0
}
@@ -9,5 +8,4 @@ probe end {
break
for (a=0; a<10; a=a+1) for (b=0; b<10; b=b+1) ;
continue
- return 0
}