From: Martin Liska Date: Tue, 18 Jan 2022 08:24:53 +0000 (+0100) Subject: Fix options.exp. X-Git-Tag: basepoints/gcc-13~1656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27404a02508b99d641840b031429385d0a92b114;p=thirdparty%2Fgcc.git Fix options.exp. gcc/testsuite/ChangeLog: * gcc.misc-tests/options.exp: Include renamed file. --- diff --git a/gcc/testsuite/gcc.misc-tests/options.exp b/gcc/testsuite/gcc.misc-tests/options.exp index d3e9228222ee..c939aef1f4bc 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"]