summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/five.stp')
-rwxr-xr-xtestsuite/transok/five.stp2
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 }