summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/c-captured.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/c-captured.c')
-rw-r--r--clang/test/Profile/c-captured.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/c-captured.c b/clang/test/Profile/c-captured.c
index f34f0cb8d465..c19ecd181c34 100644
--- a/clang/test/Profile/c-captured.c
+++ b/clang/test/Profile/c-captured.c
@@ -9,7 +9,7 @@
// PGOALL-LABEL: define{{.*}} void @debug_captured()
// PGOGEN: store {{.*}} @[[DCC]], i32 0, i32 0
-void debug_captured() {
+void debug_captured(void) {
int x = 10;
// Check both debug_captured counters, so we can do this all in one pass