diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/gomp/empty.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/gomp/empty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/gomp/empty.c b/gcc/testsuite/gcc.dg/gomp/empty.c index c7aba8f..b26664a 100644 --- a/gcc/testsuite/gcc.dg/gomp/empty.c +++ b/gcc/testsuite/gcc.dg/gomp/empty.c @@ -10,4 +10,3 @@ main() /* There should not be a GOMP_parallel_start call. */ /* { dg-final { scan-tree-dump-times "GOMP_parallel_start" 0 "ompexp"} } */ -/* { dg-final { cleanup-tree-dump "ompexp" } } */ |