summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twentytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/twentytwo.stp')
-rwxr-xr-xtestsuite/parseko/twentytwo.stp4
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 { }