diff options
Diffstat (limited to 'testsuite/transok/five.stp')
-rwxr-xr-x | testsuite/transok/five.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/transok/five.stp b/testsuite/transok/five.stp index 266b3408..5cd50cb6 100755 --- a/testsuite/transok/five.stp +++ b/testsuite/transok/five.stp @@ -1,6 +1,6 @@ #! stap -probe two +probe begin { for (;;) ; for (a=0;;) { if (a > 4) break } |