Add missing colons for FileCheck.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85683 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/object-size.c b/test/CodeGen/object-size.c
index db6d948..61d8541 100644
--- a/test/CodeGen/object-size.c
+++ b/test/CodeGen/object-size.c
@@ -47,7 +47,7 @@
 
 void test5() {
   // CHECK:       movb    $0, %al
-  // CHECK-NEXT   testb   %al, %al
+  // CHECK-NEXT:  testb   %al, %al
   // CHECK:       call    ___inline_strcpy_chk
   strcpy(gp, "Hi there");
 }