summaryrefslogtreecommitdiffstats
path: root/testsuite/transok
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-20 18:33:24 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-20 18:33:24 -0400
commit2d6640ba82d5f243bcd3165fa11576a7cfee8c57 (patch)
tree598dc1a79cd316fd65cb46660c862af0a5672f92 /testsuite/transok
parent11864e68304c918dadcbce2d71d238eb0dadc7d0 (diff)
downloadsystemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.tar.gz
systemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.tar.xz
systemtap-steved-2d6640ba82d5f243bcd3165fa11576a7cfee8c57.zip
PR6538: testsuite changes
Diffstat (limited to 'testsuite/transok')
-rwxr-xr-xtestsuite/transok/three.stp1
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
}