aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-c90.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/format-strings-c90.c')
-rw-r--r--test/Sema/format-strings-c90.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/format-strings-c90.c b/test/Sema/format-strings-c90.c
index 66ca5073475c..874d33eba443 100644
--- a/test/Sema/format-strings-c90.c
+++ b/test/Sema/format-strings-c90.c
@@ -1,4 +1,4 @@
-/* RUN: %clang_cc1 -fsyntax-only -verify -triple i386-apple-darwin9 -pedantic -std=c89 %s
+/* RUN: %clang_cc1 -fsyntax-only -verify -triple i386-apple-darwin9 -Wformat-non-iso -std=c89 %s
*/
int scanf(const char * restrict, ...);