forked from OSchip/llvm-project
Make test header independent so it doesn't fail on freebsd. I hope this doesn't
hurt the intention of the test. llvm-svn: 89096
This commit is contained in:
parent
e115235705
commit
b70e4aba9a
|
@ -1,8 +1,8 @@
|
|||
// RUN: clang %s -fsyntax-only -Xclang -verify
|
||||
// RUN: clang %s -fsyntax-only -fshort-wchar -Xclang -verify -DSHORT_WCHAR
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
typedef __WCHAR_TYPE__ wchar_t;
|
||||
|
||||
#if defined(_WIN32) || defined(_M_IX86) || defined(__CYGWIN__) \
|
||||
|| defined(_M_X64) || defined(SHORT_WCHAR)
|
||||
#define WCHAR_T_TYPE unsigned short
|
||||
|
|
Loading…
Reference in New Issue