You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that we can use catch's `TEMPLATE_TEST_CASE` without the test count
failing when using make to run the tests. When using
`TEMPLATE_TEST_CASE` the number of tests added to catch's count of test
depends on the number of type arguments supplied. Therefore this update
is needed to count the arguments to get the correct count.
0 commit comments