diff options
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/one.stp | 2 | ||||
-rwxr-xr-x | testsuite/parseko/two.stp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseko/one.stp b/testsuite/parseko/one.stp index f288e930..149f602e 100755 --- a/testsuite/parseko/one.stp +++ b/testsuite/parseko/one.stp @@ -1,2 +1,2 @@ -#! stap +#! parsetest "not a probe" diff --git a/testsuite/parseko/two.stp b/testsuite/parseko/two.stp index 64a24afe..e17024ff 100755 --- a/testsuite/parseko/two.stp +++ b/testsuite/parseko/two.stp @@ -1,4 +1,4 @@ -#! stap +#! parsetest probe foo { a + } |