summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/wchar-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/wchar-const.c')
-rw-r--r--test/CodeGen/wchar-const.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/wchar-const.c b/test/CodeGen/wchar-const.c
index 34da249..b461d60 100644
--- a/test/CodeGen/wchar-const.c
+++ b/test/CodeGen/wchar-const.c
@@ -7,9 +7,9 @@ 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
-#elif defined(__sun) || defined(__AuroraUX__)
+#elif defined(__sun)
#define WCHAR_T_TYPE long
-#else /* Solaris or AuroraUX. */
+#else /* Solaris. */
#define WCHAR_T_TYPE int
#endif
OpenPOWER on IntegriCloud