diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 5 | ||||
-rwxr-xr-x | testsuite/parseko/twentysix.stp | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index df7a24f9..d6fc7686 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Frank Ch. Eigler <fche@elastic.org> + + PR5376. + * parseko/twentysix: New test. + 2008-11-26 Stan Cox <scox@redhat.com> * systemtap.base/static_uprobes.exp: Check debuginfo static uprobes. diff --git a/testsuite/parseko/twentysix.stp b/testsuite/parseko/twentysix.stp new file mode 100755 index 00000000..6f823f90 --- /dev/null +++ b/testsuite/parseko/twentysix.stp @@ -0,0 +1,4 @@ +#! stap -p1 + +# PR 5376 case 3 +probe foo ? = begin { } |