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 30069b4 commit 83a005fCopy full SHA for 83a005f
libc/test/src/wchar/wcstod_test.cpp
@@ -64,7 +64,8 @@ TEST_F(LlvmLibcWcstodTest, SimpleTest) {
64
65
// Found while looking for difficult test cases here:
66
// https://github.com/nigeltao/parse-number-fxx-test-data/blob/main/more-test-cases/golang-org-issue-36657.txt
67
- run_test(L"1090544144181609348835077142190", 31, uint64_t(0x462b8779f2474dfb));
+ run_test(L"1090544144181609348835077142190", 31,
68
+ uint64_t(0x462b8779f2474dfb));
69
70
run_test(L"0x123", 5, uint64_t(0x4072300000000000));
71
}
0 commit comments