We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3387778 commit 76d0127Copy full SHA for 76d0127
tests/juce_core/juce_Time.cpp
@@ -182,7 +182,7 @@ TEST (TimeTests, ToString)
182
}
183
184
/*
185
-TEST (TimeTests, DISABLED_Formatted) // undefined symbol: wcsftime
+TEST (TimeTests, DISABLED_Formatted) // WASM undefined symbol: wcsftime
186
{
187
Time time(1625000000000);
188
EXPECT_EQ(time.formatted("%Y-%m-%d %H:%M:%S"), "2021-06-29 22:53:20");
0 commit comments