Eliminate a FIXME in one of the PCH test cases

llvm-svn: 69757
This commit is contained in:
Douglas Gregor 2009-04-22 00:17:41 +00:00
parent f8dc07369a
commit 13d247f7ec
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ float *fp = &ip; // expected-warning{{incompatible pointer types}}
double z; // expected-error{{redefinition}}
// FIXME:variables.h expected-note{{previous}}
int z2 = 18; // expected-error{{redefinition}}
//double VeryHappy; // FIXME: xpected-error{{redefinition}}
double VeryHappy; // expected-error{{redefinition}}
// FIXME:variables.h expected-note{{previous definition is here}}
int Q = A_MACRO_IN_THE_PCH;