mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
CommonFuncs: Replace ArraySize define with constexpr equivalent
This commit is contained in:
parent
c5979b47be
commit
3f1b488a12
3 changed files with 7 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "Common/CommonFuncs.h"
|
||||
|
||||
TEST(CommonFuncs, ArraySizeMacro)
|
||||
TEST(CommonFuncs, ArraySizeFunction)
|
||||
{
|
||||
char test[4];
|
||||
u32 test2[42];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue