diff options
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]; |
