summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/CommonFuncsTest.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-03 23:39:03 -0400
committerLioncash <mathew1800@gmail.com>2015-09-03 23:47:14 -0400
commit3f1b488a12f9dd8acdd8fa85331176fac0362afd (patch)
tree90e6e64598dc91f049dd4036540d74e637580019 /Source/UnitTests/Common/CommonFuncsTest.cpp
parentc5979b47be1cf508f3624e5d939462b706a06cda (diff)
CommonFuncs: Replace ArraySize define with constexpr equivalent
Diffstat (limited to 'Source/UnitTests/Common/CommonFuncsTest.cpp')
-rw-r--r--Source/UnitTests/Common/CommonFuncsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/CommonFuncsTest.cpp b/Source/UnitTests/Common/CommonFuncsTest.cpp
index 03a8383e96..14762cbc7b 100644
--- a/Source/UnitTests/Common/CommonFuncsTest.cpp
+++ b/Source/UnitTests/Common/CommonFuncsTest.cpp
@@ -6,7 +6,7 @@
#include "Common/CommonFuncs.h"
-TEST(CommonFuncs, ArraySizeMacro)
+TEST(CommonFuncs, ArraySizeFunction)
{
char test[4];
u32 test2[42];