mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
StringView cleanup.
This commit is contained in:
@@ -78,7 +78,7 @@ TEST_CASE("uint32_testpow2", "")
|
||||
{
|
||||
if (bx::uint32_testpow2(ii) )
|
||||
{
|
||||
REQUIRE(ii == 1 << shift);
|
||||
REQUIRE(ii == 1u << shift);
|
||||
++shift;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user