aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/va_arg_x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/va_arg_x86_64.c')
-rw-r--r--test/Sema/va_arg_x86_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/va_arg_x86_64.c b/test/Sema/va_arg_x86_64.c
index 9f514c1f59e4..2659a1b6d4cd 100644
--- a/test/Sema/va_arg_x86_64.c
+++ b/test/Sema/va_arg_x86_64.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -triple=x86_64-unknown-freebsd7.0 %s
+// expected-no-diagnostics
// PR2631
char* foo(char *fmt, __builtin_va_list ap)