[libc++] Split up tests for <stdint.h> on AIX and make them AIX-independent
Avoid using <sys/types.h> in those tests so that we can run them on non-AIX systems (otherwise this test is basically dead-code on all the build bots I'm aware of). Also, split up the test to allow using .compile.pass.cpp tests instead of .sh.cpp tests, since that is the last test referencing the %{compile} substitution explicitly.
Loading
Please sign in to comment