Found by dg-lint.
gcc/testsuite/ChangeLog:
* gcc.target/s390/target-attribute/tattr-1.c: Fix missing trailing
close brace on dg-do directive.
* gcc.target/s390/target-attribute/tattr-2.c: Likewise.
---
gcc/testsuite/gcc.target/s390/target-attribute/tattr-1.c | 2 +-
gcc/testsuite/gcc.target/s390/target-attribute/tattr-2.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gcc/testsuite/gcc.target/s390/target-attribute/tattr-1.c
b/gcc/testsuite/gcc.target/s390/target-attribute/tattr-1.c
index ff573443d041..7344af3b7003 100644
--- a/gcc/testsuite/gcc.target/s390/target-attribute/tattr-1.c
+++ b/gcc/testsuite/gcc.target/s390/target-attribute/tattr-1.c
@@ -1,6 +1,6 @@
/* Functional tests for the "target" attribute and pragma. */
-/* { dg-do compile */
+/* { dg-do compile } */
/* { dg-require-effective-target target_attribute } */
/* { dg-options "-O3 -march=zEC12 -mzarch" } */
diff --git a/gcc/testsuite/gcc.target/s390/target-attribute/tattr-2.c
b/gcc/testsuite/gcc.target/s390/target-attribute/tattr-2.c
index 739c2eabc837..3a6e4bbb6ae5 100644
--- a/gcc/testsuite/gcc.target/s390/target-attribute/tattr-2.c
+++ b/gcc/testsuite/gcc.target/s390/target-attribute/tattr-2.c
@@ -1,6 +1,6 @@
/* Functional tests for the "target" attribute and pragma. */
-/* { dg-do compile */
+/* { dg-do compile } */
/* { dg-require-effective-target target_attribute } */
/* { dg-options "-O3 -march=zEC12 -mno-htm -fno-ipa-icf" } */
--
2.26.3