]> sourceware.org Git - systemtap.git/commitdiff
fix test suite regression due to commit e91b23bc
authorFrank Ch. Eigler <fche@elastic.org>
Wed, 1 Oct 2008 11:07:39 +0000 (07:07 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Wed, 1 Oct 2008 11:07:39 +0000 (07:07 -0400)
Reported-By: mjw
testsuite/systemtap.base/optim_arridx.exp

index bef4d2b4d4211cc14f69660c05fa81e41aca5a69..1f3f4371f254b1df43c0c3a57fd99a8266d60ea9 100644 (file)
@@ -58,7 +58,7 @@ end /* <- end */
   # locals
   idx0:long
 {
-foreach ([idx0] in arr3) printf("arr3[%#d]=%#x\\n", idx0, arr3[idx0])
+foreach ([idx0] in arr3-) printf("arr3[%#d]=%#x\\n", idx0, arr3[idx0])
 }
 end /* <- end */
 {
This page took 0.028387 seconds and 5 git commands to generate.