diff options
Diffstat (limited to 'clang/test/CodeGen/dostmt.c')
-rw-r--r-- | clang/test/CodeGen/dostmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/dostmt.c b/clang/test/CodeGen/dostmt.c index 54973dc99b6..67ef64e42d4 100644 --- a/clang/test/CodeGen/dostmt.c +++ b/clang/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() } |