The tests that use 'FILE' must include <stdio.h> or <cstdio>,
otherwise they will fail on some platforms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D63289
[libc++] Add missing #include in tests ClosedPublic Authored by miyuki on Jun 13 2019, 10:45 AM.
Details Summary The tests that use 'FILE' must include <stdio.h> or <cstdio>,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2019, 11:01 AM Closed by commit rL363290: [libc++] Add missing #include in <cwchar> tests (authored by ldionne). · Explain WhyJun 13 2019, 11:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204592 libcxx/trunk/test/std/depr/depr.c.headers/wchar_h.pass.cpp
libcxx/trunk/test/std/strings/c.strings/cwchar.pass.cpp
|