Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Dec 3, 2024
1 parent 3387778 commit 76d0127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/juce_core/juce_Time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TEST (TimeTests, ToString)
}

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

0 comments on commit 76d0127

Please sign in to comment.