Skip to content

Commit ff9b63f

Browse files
committed
[test][UBSAN] Fix windows after #87761
1 parent 1950ebd commit ff9b63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/ubsan/TestCases/ImplicitConversion/bitfield-conversion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef struct _X {
3333
int32_t j : 32;
3434
uint32_t k : 1;
3535
int32_t l : 1;
36-
_Bool m : 1;
36+
bool m : 1;
3737
} X;
3838

3939
void test_a() {

0 commit comments

Comments
 (0)