summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/sixteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/sixteen.stp')
-rwxr-xr-xtestsuite/buildok/sixteen.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/sixteen.stp b/testsuite/buildok/sixteen.stp
index 26932b8e..0e313fa8 100755
--- a/testsuite/buildok/sixteen.stp
+++ b/testsuite/buildok/sixteen.stp
@@ -13,7 +13,7 @@ probe begin {
foreach (k in a) {
log (a[k])
for (i=0; i<10; i++) {
- log ("k=" . string(k) . " i=" . string(i))
+ printf("k=%d i=%d\n", k, i)
if (k % (i+1)) break else continue
}
if (k % 3) { foo() ; next }