commit | 3114af3f7911befa8f05a9a76f7d9e380538075b | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Oct 31 20:42:26 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Oct 31 20:42:26 2009 +0000 |
tree | 955bd491ce98a58989e092e75ca09acab8a1fba8 | |
parent | 4d63f8bc2686d5d7580324407854f2ca7c128832 [diff] [blame] |
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"); }