c++/modules testsuite: fix a couple of dg-module-do directives

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.
This commit is contained in:
Patrick Palka 2024-03-26 10:21:53 -04:00
parent cab53aae43
commit 2f47ca046e
2 changed files with 2 additions and 2 deletions

View 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 }

View 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 }