diff options
-rw-r--r-- | test/test_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_list.c b/test/test_list.c index d56ad6b..949bff2 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -22,7 +22,7 @@ #include <string.h> #include <utils.h> -#define assert(c) if (c == 0) { printf("%d", __LINE__); exit(1);} +#define assert(c) if (c == 0) { printf("%s:%d\n", __FILE__, __LINE__); exit(1);} #define log(str) printf("%s: %s\n", __func__, str); void |