diff options
Diffstat (limited to 'testsuite/transko/two.stp')
-rwxr-xr-x | testsuite/transko/two.stp | 2 |
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 } |