Skip to content

Commit 2dabc52

Browse files
committed
We can't make it work
1 parent 22e5186 commit 2dabc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yup_core/yup_String.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ TEST_F (StringTests, StringReversing)
764764
EXPECT_EQ (String().reversed(), String());
765765
EXPECT_EQ (String ("12345").reversed(), String ("54321"));
766766

767-
#if 1 // ! YUP_WINDOWS
767+
#if ! YUP_WINDOWS
768768
// Test with Unicode characters - this is the critical test for UTF-8 handling
769769
String unicode_str (L"café");
770770
String reversed_unicode = unicode_str.reversed();

0 commit comments

Comments
 (0)