Eliminate a FIXME in one of the PCH test cases

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69757 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/variables.c b/test/PCH/variables.c
index 18eae60..c988a59 100644
--- a/test/PCH/variables.c
+++ b/test/PCH/variables.c
@@ -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;