summaryrefslogtreecommitdiff
path: root/test/test_vm_page_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vm_page_fill.c')
-rw-r--r--test/test_vm_page_fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vm_page_fill.c b/test/test_vm_page_fill.c
index c334407d..71711995 100644
--- a/test/test_vm_page_fill.c
+++ b/test/test_vm_page_fill.c
@@ -115,7 +115,7 @@ test_run(void *arg)
(void)arg;
for (i = 0; /* no condition */; i++) {
- printk("test: pass:%u pattern:%hhx\n", i, test_pattern);
+ printf("test: pass:%u pattern:%hhx\n", i, test_pattern);
test_write_pages();
test_reset_pages();
test_pattern++;