summaryrefslogtreecommitdiff
path: root/test/test_sref_weakref.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sref_weakref.c')
-rw-r--r--test/test_sref_weakref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_sref_weakref.c b/test/test_sref_weakref.c
index e28851f7..65918a1f 100644
--- a/test/test_sref_weakref.c
+++ b/test/test_sref_weakref.c
@@ -71,7 +71,7 @@ test_run(void *arg)
for (j = 0; j < 0x20000000; j++);
- printk("run: iterations: %lu\n", i);
+ printf("run: iterations: %lu\n", i);
syscnt_info("sref_epoch");
syscnt_info("sref_dirty_zero");
syscnt_info("sref_revive");
@@ -95,7 +95,7 @@ test_ref(void *arg)
}
if ((i % 100000000) == 0) {
- printk("ref: iterations: %lu\n", i);
+ printf("ref: iterations: %lu\n", i);
}
}
}