diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-19 23:02:17 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-19 23:02:17 -0500 |
commit | f204c373c6004f9f4c9742bd04acedb2767f4806 (patch) | |
tree | eb20e3219db643c07802dbec890b704e44b87458 /testsuite/parseok | |
parent | 055e8b89db8f76f0ccc05d08acfe979ba50024d6 (diff) | |
parent | d898100ab001dd4b3465f738dad76d1d646c3261 (diff) | |
download | systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.tar.gz systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.tar.xz systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/five.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/parseok/five.stp b/testsuite/parseok/five.stp index 29ff5990..e1b5d94a 100755 --- a/testsuite/parseok/five.stp +++ b/testsuite/parseok/five.stp @@ -18,3 +18,4 @@ probe perfcounter("tlbmiss").count(4000) {} probe resource.freemembelow(50) {} # pages? probe begin {} probe something?, or?, nothing? {} +probe something!, or, nothing!, and?, zoo {} |