aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c90-printf-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/c90-printf-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/c90-printf-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c90-printf-1.c b/gcc/testsuite/gcc.dg/c90-printf-1.c
index ef9e498..85193ec 100644
--- a/gcc/testsuite/gcc.dg/c90-printf-1.c
+++ b/gcc/testsuite/gcc.dg/c90-printf-1.c
@@ -244,5 +244,5 @@ foo (int i, int i1, int i2, unsigned int u, double d, char *s, void *p,
printf ("%++d", i); /* { dg-warning "repeated" "repeated flag warning" } */
printf ("%n", cn); /* { dg-warning "constant" "%n with const" } */
printf ((const char *)L"foo"); /* { dg-warning "wide" "wide string" } */
- /* Can we test for the warning for unterminated string formats? */
+ printf ("%n", (int *)0); /* { dg-warning "null" "%n with NULL" } */
}