diff options
| author | shuffle2 <godisgovernment@gmail.com> | 2015-09-03 22:56:25 -0700 |
|---|---|---|
| committer | shuffle2 <godisgovernment@gmail.com> | 2015-09-03 22:56:25 -0700 |
| commit | a09b9bef8dff3423d9934e2bf7f34abd62dfc804 (patch) | |
| tree | d62e30ef6226fb7af3274db42b2107b7addf55fd /Source/UnitTests/Common/CommonFuncsTest.cpp | |
| parent | 8dd80b8e970c9da306892862bb09329d231aacc4 (diff) | |
| parent | 3f1b488a12f9dd8acdd8fa85331176fac0362afd (diff) | |
Merge pull request #2952 from lioncash/constexpr
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]; |
