summaryrefslogtreecommitdiff
path: root/source/tests/file.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/file.test.c')
-rw-r--r--source/tests/file.test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/file.test.c b/source/tests/file.test.c
index 6faef1b..6fde8fa 100644
--- a/source/tests/file.test.c
+++ b/source/tests/file.test.c
@@ -24,6 +24,8 @@ TEST("path cache") {
path_join(WRAP_STR(user), SZ(".cache"), NULL);
#endif
+ printf("cache: %s \ngot: %s \n", BS(cache), BS(expected));
+
REQUIRE(AR_EQUAL(cache, expected));
DA_DESTROY(user);