summaryrefslogtreecommitdiffstats
path: root/testsuite/semko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-xtestsuite/semko/twentyone.stp2
-rwxr-xr-xtestsuite/semko/twentythree.stp3
-rwxr-xr-xtestsuite/semko/twentytwo.stp2
3 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/semko/twentyone.stp b/testsuite/semko/twentyone.stp
index 9137a88b..c01725e2 100755
--- a/testsuite/semko/twentyone.stp
+++ b/testsuite/semko/twentyone.stp
@@ -1,4 +1,4 @@
-#! stap -p4
+#! stap -p2
# tests that an inline function is *not* matched using
# the function() pattern
diff --git a/testsuite/semko/twentythree.stp b/testsuite/semko/twentythree.stp
new file mode 100755
index 00000000..65b6b28f
--- /dev/null
+++ b/testsuite/semko/twentythree.stp
@@ -0,0 +1,3 @@
+#! stap -p2
+
+probe badalias.* = begin { }
diff --git a/testsuite/semko/twentytwo.stp b/testsuite/semko/twentytwo.stp
index cb67c896..3d2f6429 100755
--- a/testsuite/semko/twentytwo.stp
+++ b/testsuite/semko/twentytwo.stp
@@ -1,4 +1,4 @@
-#! stap -p4
+#! stap -p2
# tests that a non-inline function is *not* matched using
# the inline() pattern