summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/two.stp')
-rwxr-xr-xtestsuite/transok/two.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/transok/two.stp b/testsuite/transok/two.stp
index 848934a7..903a0202 100755
--- a/testsuite/transok/two.stp
+++ b/testsuite/transok/two.stp
@@ -1,4 +1,4 @@
-#! stap
+#! stap -p3
probe begin, end { 2; }
function poo (zoo) { n = poo2 (8); return "foo" . zoo }
function poo2 (zoo) { return poo3 (2 + 4 * zoo) }