diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | testsuite/systemtap.base/static_uprobes.exp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index ea8caa37..2549e27a 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-04 Stan Cox <scox@redhat.com> + + * systemtap.base/static_uprobes.exp (STAP_PROBE_START): Remove. + 2008-12-03 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/debugpath.exp: Correct test case for new -r behavior. diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index eb878405..78641d3f 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -36,8 +36,6 @@ buz () main () { sleep(5); - STAP_PROBE_START(); - _stap_probe_start (); // in lieu of setting SYSTEM_SDT foo(); bar(2); baz(3,\"abc\"); |