]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872]
authorNathaniel Shead <nathanieloshead@gmail.com>
Tue, 9 Sep 2025 12:55:35 +0000 (22:55 +1000)
committerNathaniel Shead <nathanieloshead@gmail.com>
Tue, 9 Sep 2025 23:10:56 +0000 (09:10 +1000)
PR testsuite/121872

gcc/testsuite/ChangeLog:

* g++.dg/modules/default-arg-4_b.C: Change run to compile.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/testsuite/g++.dg/modules/default-arg-4_b.C

index 7ed003ff398267e64b8a80abaef3c56fd802fe22..5800ea20807207d1a13c4b4d254d172c602badaf 100644 (file)
@@ -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;