public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6657] Fix options.exp.
@ 2022-01-18  8:25 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-01-18  8:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:27404a02508b99d641840b031429385d0a92b114

commit r12-6657-g27404a02508b99d641840b031429385d0a92b114
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jan 18 09:24:53 2022 +0100

    Fix options.exp.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.misc-tests/options.exp: Include renamed file.

Diff:
---
 gcc/testsuite/gcc.misc-tests/options.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.misc-tests/options.exp b/gcc/testsuite/gcc.misc-tests/options.exp
index d3e9228222e..c939aef1f4b 100644
--- a/gcc/testsuite/gcc.misc-tests/options.exp
+++ b/gcc/testsuite/gcc.misc-tests/options.exp
@@ -79,7 +79,7 @@ proc get_dump_flags {} {
     set res [list]
 
     global srcdir
-    set file "$srcdir/../dumpfile.c"
+    set file "$srcdir/../dumpfile.cc"
     
     set a [open $file]
     set lines [split [read $a] "\n"]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-18  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18  8:25 [gcc r12-6657] Fix options.exp Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).