From 9060ef3852407f9460097ed94bddf37702877579 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 26 May 2019 15:08:51 -0400 Subject: [PATCH] More TODOs. --- test/test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.h b/test/test.h index 64a5b6cd..796c347a 100644 --- a/test/test.h +++ b/test/test.h @@ -3,6 +3,7 @@ #include "lib/testing.h" #include "lib/timer.h" +// TODO this should have the case reports indented #define diff(t, clause, fmt, got, want) testingTErrorf(t, "%s:\ngot " fmt "\nwant " fmt, clause, got, want) #define diff_2str(t, clause, clause2, fmt, got, want) testingTErrorf(t, "%s %s:\ngot " fmt "\nwant " fmt, clause, clause2, got, want) #define diff2(t, clause, fmts, got1, got2, want1, want2) testingTErrorf(t, "%s:\ngot " fmts "\nwant " fmts, clause, got1, got2, want1, want2)