summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authorshuffle2 <godisgovernment@gmail.com>2015-09-03 22:56:25 -0700
committershuffle2 <godisgovernment@gmail.com>2015-09-03 22:56:25 -0700
commita09b9bef8dff3423d9934e2bf7f34abd62dfc804 (patch)
treed62e30ef6226fb7af3274db42b2107b7addf55fd /Source/UnitTests
parent8dd80b8e970c9da306892862bb09329d231aacc4 (diff)
parent3f1b488a12f9dd8acdd8fa85331176fac0362afd (diff)
Merge pull request #2952 from lioncash/constexpr
CommonFuncs: Replace ArraySize define with constexpr equivalent
Diffstat (limited to 'Source/UnitTests')
-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];