mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
*/
|
||||
|
||||
#include "test.h"
|
||||
#include <string.h>
|
||||
#include <bx/bx.h>
|
||||
#include <bx/string.h>
|
||||
|
||||
BX_STATIC_ASSERT(false
|
||||
|| BX_CRT_BIONIC
|
||||
@@ -61,5 +61,5 @@ TEST(macros)
|
||||
CHECK_EQUAL(5, BX_VA_ARGS_COUNT(1, 2, 3, 4, 5) );
|
||||
CHECK_EQUAL(6, BX_VA_ARGS_COUNT(1, 2, 3, 4, 5, 6) );
|
||||
|
||||
CHECK_EQUAL(0, strcmp(BX_STRINGIZE(TEST 1234 %^&*), "TEST 1234 %^&*") );
|
||||
CHECK_EQUAL(0, bx::strncmp(BX_STRINGIZE(TEST 1234 %^&*), "TEST 1234 %^&*") );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user