diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-10 23:10:39 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-10 23:10:39 -0400 |
commit | 9c98fb062af789df50ab98284ff2c6da3e220343 (patch) | |
tree | 86602654b32d91fa7e973f26f1b58d9ae36f33ad /testsuite/systemtap.base/optim_arridx.exp | |
parent | dd13da3b90d71b94c8dc09942fee97f8513df348 (diff) | |
download | systemtap-steved-9c98fb062af789df50ab98284ff2c6da3e220343.tar.gz systemtap-steved-9c98fb062af789df50ab98284ff2c6da3e220343.tar.xz systemtap-steved-9c98fb062af789df50ab98284ff2c6da3e220343.zip |
PR6876 testsuite regression tweak
Diffstat (limited to 'testsuite/systemtap.base/optim_arridx.exp')
-rw-r--r-- | testsuite/systemtap.base/optim_arridx.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.base/optim_arridx.exp b/testsuite/systemtap.base/optim_arridx.exp index 89282d1b..bef4d2b4 100644 --- a/testsuite/systemtap.base/optim_arridx.exp +++ b/testsuite/systemtap.base/optim_arridx.exp @@ -9,15 +9,15 @@ elide_idx1:long elide_global_a:long elide_global_b:long # functions -fna:long (a:long) -return a -fnb:long (a:long, b:long) -return (a) + (b) exit:unknown () %{ atomic_set (&session_state, STAP_SESSION_STOPPING); _stp_exit (); %} +fna:long (a:long) +return a +fnb:long (a:long, b:long) +return (a) + (b) # probes begin /* <- begin */ # locals |