From af4ec632a5a79ecd8f3a3162a64a4a95f25ee8e1 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Tue, 2 Feb 2021 21:54:06 -0800 Subject: Revert "Reduce the number of colors to speed up test execution." Reverting to avoid an out-of-bounds access of the colors array. These additional colors were used in t_tsrccoords. This reverts commit cadf1d2fdfc4a35662a766864d323b4097d07767. --- tests.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.c b/tests.c index 22cbfd4..214934a 100644 --- a/tests.c +++ b/tests.c @@ -40,7 +40,10 @@ color4d colors[] = { {1.0, 0, 0, 1.0}, {0, 1.0, 0, 1.0}, {0, 0, 1.0, 1.0}, + {0.5, 0, 0, 0.25}, {0.5, 0, 0, .5}, + {0.0, .5, 1.0, .5}, + {0.0, .5, 1.0, 0} }; /* Convenience pointers to 1x1 repeating colors */ -- cgit v1.2.3