[cfe-commits] r69757 - /cfe/trunk/test/PCH/variables.c
    Douglas Gregor 
    dgregor at apple.com
       
    Tue Apr 21 17:17:41 PDT 2009
    
    
  
Author: dgregor
Date: Tue Apr 21 19:17:41 2009
New Revision: 69757
URL: http://llvm.org/viewvc/llvm-project?rev=69757&view=rev
Log:
Eliminate a FIXME in one of the PCH test cases
Modified:
    cfe/trunk/test/PCH/variables.c
Modified: cfe/trunk/test/PCH/variables.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/variables.c?rev=69757&r1=69756&r2=69757&view=diff
==============================================================================
--- cfe/trunk/test/PCH/variables.c (original)
+++ cfe/trunk/test/PCH/variables.c Tue Apr 21 19:17:41 2009
@@ -11,8 +11,8 @@
 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;
 
    
    
More information about the cfe-commits
mailing list