diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/buildok/fortysix.stp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/buildok/fortysix.stp b/testsuite/buildok/fortysix.stp new file mode 100755 index 00000000..013ca5bc --- /dev/null +++ b/testsuite/buildok/fortysix.stp @@ -0,0 +1,3 @@ +#! stap -p4 +// PR 3498 + wildcarded modules +probe module("*scsi*").function("*").call { } |