diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/test.c b/apps/test.c index 101c215..c448ceb 100644 --- a/apps/test.c +++ b/apps/test.c @@ -93,9 +93,9 @@ int main() test_mem(); if (failed) - printf("%d tests failed\n", failed); + log("%d tests failed\n", failed); else - print("All tests passed\n"); + log("All tests passed\n"); // Try emulator shutdown outw(0xB004, 0x2000); |