Skip to content

Commit fc9de62

Browse files
committed
abi tests: from 'char' from the _Generic in PRINT_CONSTANT
We already have signed and unsigned char, so char is a duplicate and fails on MSVC
1 parent 7b0ff6d commit fc9de62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/sys/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ fn generate_constant_c(
275275
#define FORMAT_CONSTANT(CONSTANT_NAME) \
276276
_Generic((CONSTANT_NAME), \
277277
char *: "%s", \
278-
const char *: "%s", \
279278
signed char: "%hhd", \
280279
unsigned char: "%hhu", \
281280
short int: "%hd", \

0 commit comments

Comments
 (0)