Remove old reference to FindLastBit64 from tests

pull/642/head
Jonathan G Rennison 4 months ago
parent 2e93daf93b
commit f9321686a7

@ -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);

Loading…
Cancel
Save