diff options
author | Joel Kronqvist <joelkronqvist@proton.me> | 2024-04-07 10:53:40 +0300 |
---|---|---|
committer | Joel Kronqvist <joelkronqvist@proton.me> | 2024-04-07 10:53:40 +0300 |
commit | f975594e55bdc05ee436bc7bdcd6e09aec5357b1 (patch) | |
tree | e1ddb07ab967bbe9eb6a14865e7413b9b2e1ea0c /minitest.h | |
parent | 1ef526c695df4b37aa184867fb5b62c93118aa02 (diff) | |
download | stdu-f975594e55bdc05ee436bc7bdcd6e09aec5357b1.tar.gz stdu-f975594e55bdc05ee436bc7bdcd6e09aec5357b1.zip |
Finished implementation for formatting for human readability
Diffstat (limited to 'minitest.h')
-rw-r--r-- | minitest.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ #define mt_assert_eq(left, right) do { \ if (left != right) \ return "`" #left "` didn't match `" #right "`"; \ - return 0; \ } while (0) #define mt_run_test(test) do { \ char *message = test(); \ |