mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-17 18:21:24 +02:00
Adapt Windows-specific code to recent changes
This included renaming the `WORD` token in our lexer to `BXWORD`, in order to avoid a conflict with a symbol in windows.h.
This commit is contained in:
@ -196,6 +196,7 @@ void test_u32_insert_space_at(void **state)
|
||||
u32_insert_space_at(&s, 1, 1);
|
||||
u32_insert_space_at(&s, 10000, 2);
|
||||
|
||||
assert_non_null(s);
|
||||
assert_int_equal(0, u32_strcmp(expected, s));
|
||||
|
||||
BFREE(s);
|
||||
|
Reference in New Issue
Block a user