diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pointer-arith-10.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pointer-arith-10.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pointer-arith-10.c b/gcc/testsuite/gcc.dg/pointer-arith-10.c index 52b1989..00e7597 100644 --- a/gcc/testsuite/gcc.dg/pointer-arith-10.c +++ b/gcc/testsuite/gcc.dg/pointer-arith-10.c @@ -7,4 +7,3 @@ char *foo(char *p, __UINTPTR_TYPE__ i) } /* { dg-final { scan-tree-dump "p +" "original" } } */ -/* { dg-final { cleanup-tree-dump "original" } } */ |