]> granicus.if.org Git - clang/commitdiff
Eliminate a FIXME in one of the PCH test cases
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 00:17:41 +0000 (00:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 00:17:41 +0000 (00:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69757 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/variables.c

index 18eae60f7b21dbf9695c36d4d3dd4a2099bec3f9..c988a59ce6051a7890ccf4691b0feb298396962a 100644 (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;