summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bench.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/bench.stp')
-rw-r--r--testsuite/systemtap.base/bench.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/bench.stp b/testsuite/systemtap.base/bench.stp
index 0568bc97..915b8a5e 100644
--- a/testsuite/systemtap.base/bench.stp
+++ b/testsuite/systemtap.base/bench.stp
@@ -28,4 +28,4 @@ probe test.statcount = repeat {@count(gS)} probe test.statcount {}
probe test.nnarrassmt = repeat {gnn[1] = 1} probe test.nnarrassmt {} global gnn
probe test.ssarrassmt = repeat {gss["foo"] = "bar"} probe test.ssarrassmt {} global gss
-probe begin { exit () }
+probe begin(9999 /* ... after all the others! */) { exit () }