diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-20 18:33:24 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-20 18:33:24 -0400 |
commit | 2d6640ba82d5f243bcd3165fa11576a7cfee8c57 (patch) | |
tree | 598dc1a79cd316fd65cb46660c862af0a5672f92 /testsuite/transok | |
parent | 11864e68304c918dadcbce2d71d238eb0dadc7d0 (diff) | |
download | systemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.tar.gz systemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.tar.xz systemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.zip |
PR6538: testsuite changes
Diffstat (limited to 'testsuite/transok')
-rwxr-xr-x | testsuite/transok/three.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp index 6e99b640..a7406db4 100755 --- a/testsuite/transok/three.stp +++ b/testsuite/transok/three.stp @@ -7,6 +7,7 @@ function f1 (a, b) { d = "hello"; # poo[c] = bab[d] = "hi" bab = "hi"; + poo [c+1] = c+2; bab = poo[c]; return 0 } |