Skip to content

Commit 76d0127

Browse files
committed
Comments
1 parent 3387778 commit 76d0127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/juce_core/juce_Time.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ TEST (TimeTests, ToString)
182182
}
183183

184184
/*
185-
TEST (TimeTests, DISABLED_Formatted) // undefined symbol: wcsftime
185+
TEST (TimeTests, DISABLED_Formatted) // WASM undefined symbol: wcsftime
186186
{
187187
Time time(1625000000000);
188188
EXPECT_EQ(time.formatted("%Y-%m-%d %H:%M:%S"), "2021-06-29 22:53:20");

0 commit comments

Comments
 (0)