Skip to content

Commit bbe6bd7

Browse files
committed
Trivial fix to failing test on FreeBSD
This file can't use C99-style comments.
1 parent 1ddd586 commit bbe6bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/C/drs/dr3xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void dr320(int okay[dr320_v]) { /* c89only-warning {{variable length arrays are
188188
',' == L',' && '\\' == L'\\' && '"' == L'"' && '\'' == L'\'' \
189189
)
190190
#if __STDC_MB_MIGHT_NEQ_WC__
191-
#ifndef __FreeBSD__ // PR22208, FreeBSD expects us to give a bad (but conforming) answer here.
191+
#ifndef __FreeBSD__ /* PR22208, FreeBSD expects us to give a bad (but conforming) answer here. */
192192
_Static_assert(!DR321, "__STDC_MB_MIGHT_NEQ_WC__ but all basic source characters have same representation");
193193
#endif
194194
#else

0 commit comments

Comments
 (0)