Skip to content

Commit 8a9a463

Browse files
committed
macro fix
1 parent b774085 commit 8a9a463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/__support/wchar/string_converter_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
TEST(LlvmLibcStringConverterTest, Windows) {
2222
// pass on windows for now
2323
}
24-
#endif
2524

26-
#ifndef LIBC_TARGET_OS_IS_WINDOWS
25+
#else
26+
2727
TEST(LlvmLibcStringConverterTest, UTF8To32) {
2828
// first 4 bytes are clown emoji (🤡)
2929
// next 3 bytes are sigma symbol (∑)

0 commit comments

Comments
 (0)