You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cxx-interop] Update test for foreign reference types
On Linux, both the C++ stdlib (libstdc++) and the C stdlib (glibc) have a header called `stdlib.h`.
This test is failing while I am restructuring Glibc/libstdc++ modulemaps on Linux. Besides, the tests that use the C++ stdlib reside in the `Cxx/stdlib` directory.
Let's fix that by including the C header and not the C++ header.
0 commit comments