]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++/modules testsuite: fix a couple of dg-module-do directives
authorPatrick Palka <ppalka@redhat.com>
Tue, 26 Mar 2024 14:21:53 +0000 (10:21 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 26 Mar 2024 14:21:53 +0000 (10:21 -0400)
gcc/testsuite/ChangeLog:

* g++.dg/modules/decltype-1_a.C: Add missing } to dg-module-do
directive.
* g++.dg/modules/lambda-5_a.C: Likewise.

gcc/testsuite/g++.dg/modules/decltype-1_a.C
gcc/testsuite/g++.dg/modules/lambda-5_a.C

index ca66e8b598a7f056bf6cd633e6ca3ca7f561e76b..e4202a26de4d37944b15058425c12c5644bc6296 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/105322
-// { dg-module-do link
+// { dg-module-do link }
 // { dg-additional-options -fmodules-ts }
 // { dg-module-cmi pr105322.Decltype }
 
index 6b589d4965cf3177ccb14c40b93942a558e30273..37d0e77b1e1ebd634cd284ed601b3310b1635820 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/105322
-// { dg-module-do link
+// { dg-module-do link }
 // { dg-additional-options -fmodules-ts }
 // { dg-module-cmi pr105322.Lambda }