From: Nathaniel Shead Date: Tue, 9 Sep 2025 12:55:35 +0000 (+1000) Subject: testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e470b25989df189311295819976873058ead65;p=thirdparty%2Fgcc.git testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872] PR testsuite/121872 gcc/testsuite/ChangeLog: * g++.dg/modules/default-arg-4_b.C: Change run to compile. Signed-off-by: Nathaniel Shead --- diff --git a/gcc/testsuite/g++.dg/modules/default-arg-4_b.C b/gcc/testsuite/g++.dg/modules/default-arg-4_b.C index 7ed003ff398..5800ea20807 100644 --- a/gcc/testsuite/g++.dg/modules/default-arg-4_b.C +++ b/gcc/testsuite/g++.dg/modules/default-arg-4_b.C @@ -1,5 +1,6 @@ // C++20 P1766R1 - Mitigating minor modules maladies -// { dg-module-do run } +// FIXME mark as run once we no longer xfail below. +// { dg-module-do compile } // { dg-additional-options "-fmodules-ts" } import M;