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:
Benjamin Kramer 2009-11-17 14:02:16 +00:00
parent e115235705
commit b70e4aba9a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// 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)