diff options
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/twentytwo.stp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseko/twentytwo.stp b/testsuite/parseko/twentytwo.stp index a5434355..3b1b7d5a 100755 --- a/testsuite/parseko/twentytwo.stp +++ b/testsuite/parseko/twentytwo.stp @@ -1,5 +1,5 @@ #! stap -p1 -# bad wildcard +# wildcard with space -probe a** { } +probe a * b { } |