diff options
Diffstat (limited to 'testsuite/transok')
-rwxr-xr-x | testsuite/transok/five.stp | 2 | ||||
-rwxr-xr-x | testsuite/transok/four.stp | 2 | ||||
-rwxr-xr-x | testsuite/transok/three.stp | 2 | ||||
-rwxr-xr-x | testsuite/transok/two.stp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/transok/five.stp b/testsuite/transok/five.stp index 5cd50cb6..1b132409 100755 --- a/testsuite/transok/five.stp +++ b/testsuite/transok/five.stp @@ -1,4 +1,4 @@ -#! stap +#! stap -p3 probe begin { diff --git a/testsuite/transok/four.stp b/testsuite/transok/four.stp index daad4f5d..c63f5dd0 100755 --- a/testsuite/transok/four.stp +++ b/testsuite/transok/four.stp @@ -1,4 +1,4 @@ -#! stap +#! stap -p3 function f () { return 0 diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp index 07703f90..475b832f 100755 --- a/testsuite/transok/three.stp +++ b/testsuite/transok/three.stp @@ -1,4 +1,4 @@ -#! stap +#! stap -p3 function f1 (a, b) { c = 1; 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) } |