Fixes test.

llvm-svn: 94236
This commit is contained in:
Fariborz Jahanian 2010-01-22 22:30:25 +00:00
parent 51b8bc93f8
commit 60794cfa27
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ __int64 q = 10lli64; // expected-error {{invalid suffix}}
// radar 7562363
#define ULLONG_MAX 0xffffffffffffffffui64
#define UINT 0xffffffffui32
#define USHORT 0xffffui8
#define UCHAR 0xffffffffui8
#define USHORT 0xffffui16
#define UCHAR 0xffui8
void a() {
unsigned long long m = ULLONG_MAX;