]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: testsuite tweak
authorJason Merrill <jason@redhat.com>
Tue, 8 Jul 2025 12:46:47 +0000 (08:46 -0400)
committerJason Merrill <jason@redhat.com>
Tue, 8 Jul 2025 12:48:40 +0000 (08:48 -0400)
My r16-2065 added error lines to this test but left it as dg-do run,
resulting in UNRESOLVED lines from the testsuite.

gcc/testsuite/ChangeLog:

* g++.dg/cpp1y/lambda-generic-variadic.C: Change to 'compile'.

gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic.C

index 971f58fea0b2cc66f64e33e6893c080b4bfce75c..6ef865216d73581b3170e1a02766ee2dc0484c8a 100644 (file)
@@ -1,5 +1,5 @@
 // Basic generic lambda test
-// { dg-do run { target c++14 } }
+// { dg-do compile { target c++14 } }
 
 template <typename T, typename U> struct pair {};
 template <typename... T> struct tuple {};