aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/dostmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/dostmt.c b/test/CodeGen/dostmt.c
index 32e5f94034..54973dc99b 100644
--- a/test/CodeGen/dostmt.c
+++ b/test/CodeGen/dostmt.c
@@ -71,6 +71,6 @@ void test6f(void);
void test6() {
do {
} while (test6f(), 0);
- // CHECK call void @test6f()
+ // CHECK: call void @test6f()
}