From 94c98493aea16a4ef49b2eff31cf6ca98e92fddc Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 1 Oct 2008 07:07:39 -0400 Subject: fix test suite regression due to commit e91b23bc Reported-By: mjw --- testsuite/systemtap.base/optim_arridx.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/systemtap.base/optim_arridx.exp b/testsuite/systemtap.base/optim_arridx.exp index bef4d2b4..1f3f4371 100644 --- a/testsuite/systemtap.base/optim_arridx.exp +++ b/testsuite/systemtap.base/optim_arridx.exp @@ -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 */ { -- cgit