hanchenye-llvm-project/clang/test/CXX/conv
David Blaikie 85568adcee Make the wchar_t promotion test consistent across different hosts by specifying a target triple.
This test behavior differs depending (at least) on whether
sizeof(wchar_t) == sizeof(int) or not.

When they are equal, the first redeclaration will fail because decltype(+L'x')
is unsigned int instead of the expected int. This occurs on ARM.

llvm-svn: 164315
2012-09-20 18:57:53 +00:00
..
conv.mem
conv.prom Make the wchar_t promotion test consistent across different hosts by specifying a target triple. 2012-09-20 18:57:53 +00:00
conv.ptr
conv.qual