Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/src/WCharacter/test_toAscii.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* INCLUDE
**************************************************************************************/

#undef _GNU_SOURCE

#include <catch.hpp>

#include <vector>
Expand Down Expand Up @@ -47,4 +45,4 @@ TEST_CASE ("toAscii(...) is called with a invalid casted ascii character", "[toA
TEST_CASE ("toAscii(...) is called with a character larger than 1 byte", "[toAscii-04]")
{
REQUIRE(arduino::toAscii(0x3030) == 0x30);
}
}