* gcc.target/i386/pr116174.c: Add the missing */. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> --- gcc/testsuite/gcc.target/i386/pr116174.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/i386/pr116174.c b/gcc/testsuite/gcc.target/i386/pr116174.c index 686aeb9ff31..3c8000f2aad 100644 --- a/gcc/testsuite/gcc.target/i386/pr116174.c +++ b/gcc/testsuite/gcc.target/i386/pr116174.c @@ -1,6 +1,6 @@ /* { dg-do compile { target *-*-linux* } } */ /* { dg-options "-O2 -g0 -fcf-protection=branch" } */ -/* Keep labels and directives ('.p2align', '.cfi_startproc'). +/* Keep labels and directives ('.p2align', '.cfi_startproc'). */ /* { dg-final { check-function-bodies "**" "" "" { target "*-*-*" } {^\t?\.} } } */ /* -- 2.46.0