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:
parent
cab53aae43
commit
2f47ca046e
2 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue