diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-31 20:42:26 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-31 20:42:26 +0000 |
commit | 170a56f135636006e71e5599936ba508767230a8 (patch) | |
tree | 75d8c411a7789710e51c5ba7c7da2283755122c8 /clang/test/CodeGen/object-size.c | |
parent | 34341e69c4fc65122904d4a60e2659518a7c9442 (diff) | |
download | bcm5719-llvm-170a56f135636006e71e5599936ba508767230a8.tar.gz bcm5719-llvm-170a56f135636006e71e5599936ba508767230a8.zip |
Add missing colons for FileCheck.
llvm-svn: 85683
Diffstat (limited to 'clang/test/CodeGen/object-size.c')
-rw-r--r-- | clang/test/CodeGen/object-size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/object-size.c b/clang/test/CodeGen/object-size.c index db6d948d83e..61d85419fc6 100644 --- a/clang/test/CodeGen/object-size.c +++ b/clang/test/CodeGen/object-size.c @@ -47,7 +47,7 @@ void test4() { 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"); } |