CommonFuncs: Replace ArraySize define with constexpr equivalent

This commit is contained in:
Lioncash
2015-09-03 23:39:03 -04:00
parent c5979b47be
commit 3f1b488a12
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "Common/CommonFuncs.h"
TEST(CommonFuncs, ArraySizeMacro)
TEST(CommonFuncs, ArraySizeFunction)
{
char test[4];
u32 test2[42];