diff options
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-x | testsuite/semko/nineteen.stp | 2 | ||||
-rwxr-xr-x | testsuite/semko/twenty.stp | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/testsuite/semko/nineteen.stp b/testsuite/semko/nineteen.stp index 04a9af20..bd8a4129 100755 --- a/testsuite/semko/nineteen.stp +++ b/testsuite/semko/nineteen.stp @@ -1,4 +1,4 @@ -#! stap -p4 +#! stap -p2 # PR 1155: should start working when we can resolve the parameters of # the inlines. diff --git a/testsuite/semko/twenty.stp b/testsuite/semko/twenty.stp new file mode 100755 index 00000000..899efdc1 --- /dev/null +++ b/testsuite/semko/twenty.stp @@ -0,0 +1,7 @@ +#! stap -p2 + +function a:string () { } + +probe begin { + a() + 1 +} |