diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-03 23:39:03 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-03 23:47:14 -0400 |
| commit | 3f1b488a12f9dd8acdd8fa85331176fac0362afd (patch) | |
| tree | 90e6e64598dc91f049dd4036540d74e637580019 /Source/UnitTests/Common/CommonFuncsTest.cpp | |
| parent | c5979b47be1cf508f3624e5d939462b706a06cda (diff) | |
CommonFuncs: Replace ArraySize define with constexpr equivalent
Diffstat (limited to 'Source/UnitTests/Common/CommonFuncsTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/CommonFuncsTest.cpp | 2 |
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]; |
