summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/stat_insert.stp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-21 12:17:58 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-21 12:17:58 -0400
commite4982af5877cbd406e1f508e59e20b740bd96551 (patch)
treeda0b373665494aef6c8e5d770a5973ed8999b9c8 /testsuite/buildok/stat_insert.stp
parent4bdb135a1d011fa8510462e33e09e11316cba9f0 (diff)
downloadsystemtap-steved-e4982af5877cbd406e1f508e59e20b740bd96551.tar.gz
systemtap-steved-e4982af5877cbd406e1f508e59e20b740bd96551.tar.xz
systemtap-steved-e4982af5877cbd406e1f508e59e20b740bd96551.zip
PR6538: more testsuite tweaks for read-only warnings
Diffstat (limited to 'testsuite/buildok/stat_insert.stp')
-rwxr-xr-xtestsuite/buildok/stat_insert.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/stat_insert.stp b/testsuite/buildok/stat_insert.stp
index 4039a190..7d7eb98e 100755
--- a/testsuite/buildok/stat_insert.stp
+++ b/testsuite/buildok/stat_insert.stp
@@ -15,8 +15,8 @@ function wibble()
i = 0
logmap[i++, "stewed"] <<< 1
logmap[i++, "boiled"] <<< 1 + 2
- logmap[i++, "baked"] <<< x
- logmap[i++, "fried"] <<< (x * y) + 3
+ logmap[i++, "baked"] <<< (x = 0)
+ logmap[i++, "fried"] <<< (x * (y=2)) + 3
}
function wobble()