forked from OSchip/llvm-project
Eliminate a FIXME in one of the PCH test cases
llvm-svn: 69757
This commit is contained in:
parent
f8dc07369a
commit
13d247f7ec
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue