summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/gcov/gcov-14.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/gcov/gcov-14.C')
-rw-r--r--gcc/testsuite/g++.dg/gcov/gcov-14.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/gcov/gcov-14.C b/gcc/testsuite/g++.dg/gcov/gcov-14.C
index 8f8e3882d8..b069d0e188 100644
--- a/gcc/testsuite/g++.dg/gcov/gcov-14.C
+++ b/gcc/testsuite/g++.dg/gcov/gcov-14.C
@@ -14,3 +14,8 @@ int main ()
}
/* { dg-final { run-gcov gcov-14.C } } */
+/* run-gcov cleanups up after itself, but doesn't find all created gcov files.
+ We could try to grep for ^Created in the exec log, but since there's only one
+ testcase where we create these extra gcov files, do a local cleanup for
+ now. */
+/* { dg-final { remote_file target delete iostream.gcov ostream.gcov locale_facets.h.gcov } } */