Remove old reference to FindLastBit64 from tests

This commit is contained in:
Jonathan G Rennison
2024-01-27 17:11:29 +00:00
parent 2e93daf93b
commit f9321686a7

View File

@@ -13,8 +13,6 @@
#include "../core/bitmath_func.hpp"
extern uint8_t FindLastBit64(uint64_t x);
TEST_CASE("FindLastBit tests")
{
CHECK(FindLastBit<uint8_t>(0) == 0);