summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/object-size.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/object-size.c')
-rw-r--r--clang/test/CodeGen/object-size.c2
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");
}
OpenPOWER on IntegriCloud