Skip to content

Commit 83a005f

Browse files
committed
clang-format
1 parent 30069b4 commit 83a005f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/test/src/wchar/wcstod_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ TEST_F(LlvmLibcWcstodTest, SimpleTest) {
6464

6565
// Found while looking for difficult test cases here:
6666
// 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));
67+
run_test(L"1090544144181609348835077142190", 31,
68+
uint64_t(0x462b8779f2474dfb));
6869

6970
run_test(L"0x123", 5, uint64_t(0x4072300000000000));
7071
}

0 commit comments

Comments
 (0)