summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.misc-tests/gcov.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov.exp')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp
index d54c5b96873..866e781fb50 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov.exp
+++ b/gcc/testsuite/gcc.misc-tests/gcov.exp
@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } {
# Initialize harness.
dg-init
-# Delete old .da files.
-set files [glob -nocomplain gcov-*.da];
+# Delete old .gcda files.
+set files [glob -nocomplain gcov-*.gcda];
if { $files != "" } {
eval "remote_file build delete $files";
}
OpenPOWER on IntegriCloud