diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/binop-xor1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/binop-xor1.c b/gcc/testsuite/gcc.dg/binop-xor1.c index c6a19cf01d3..e2ea938dd91 100644 --- a/gcc/testsuite/gcc.dg/binop-xor1.c +++ b/gcc/testsuite/gcc.dg/binop-xor1.c @@ -8,4 +8,3 @@ foo (int a, int b, int c) } /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" { xfail logical_op_short_circuit } } } */ -/* { dg-final { cleanup-tree-dump "optimized" } } */ |