From: Sam James Date: Fri, 1 Nov 2024 00:03:34 +0000 (+0000) Subject: testsuite: fixup pr66655.C X-Git-Tag: basepoints/gcc-16~4729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef0239da9dc5e3326ee5e928f2c5fe1bc2f4ffd;p=thirdparty%2Fgcc.git testsuite: fixup pr66655.C In r15-4823-g14e2f3233bf0ef, I renamed pr66655_1.cc but neglected to update a dg-additional-sources reference. gcc/testsuite/ChangeLog: PR target/66655 * g++.dg/pr66655.C: Adjust filename in dg-additional-sources. --- diff --git a/gcc/testsuite/g++.dg/pr66655.C b/gcc/testsuite/g++.dg/pr66655.C index e4a40b02912d..2ae4c4e22f88 100644 --- a/gcc/testsuite/g++.dg/pr66655.C +++ b/gcc/testsuite/g++.dg/pr66655.C @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-additional-sources "pr66655_1.cc" } */ +/* { dg-additional-sources "pr66655_1.C" } */ #include "pr66655.h"