From 3689d3c96af18e766befb49f2a5f63bfd05aab8b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 10 May 2020 21:45:33 -0400 Subject: [PATCH] More TODOs. --- test/controls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/controls.c b/test/controls.c index 2600186c..a14a0911 100644 --- a/test/controls.c +++ b/test/controls.c @@ -3,6 +3,7 @@ #include "../common/testhooks.h" // TODO replace hardcoded control types of 5 with a constant from the test hook system +// TODO also test 0 here too struct counts { unsigned int countInit;