make this test case 64bit test. It fails due to

'int' vs. 'long' issue with i386.

llvm-svn: 162125
This commit is contained in:
Fariborz Jahanian 2012-08-17 20:23:06 +00:00
parent 7605630c48
commit 3a4b644982
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wbad-function-cast -verify
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wbad-function-cast -triple x86_64-unknown-unknown -verify
// rdar://9103192
void vf(void);