8000 Merge pull request #206 from jboynes/test_toAscii · stm32duino/ArduinoCore-API@ebe1fab · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebe1fab

Browse files
authored
Merge pull request arduino#206 from jboynes/test_toAscii
Test to ascii
2 parents e9d4d01 + 1e6d3f1 commit ebe1fab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/src/WCharacter/test_toAscii.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* INCLUDE
77
**************************************************************************************/
88

9-
#undef _GNU_SOURCE
10-
119
#include <catch.hpp>
1210

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

0 commit comments

Comments
 (0)
0