]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c'
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 19 Jun 2023 10:20:15 +0000 (12:20 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 19 Jun 2023 10:22:29 +0000 (12:22 +0200)
    ERROR: libgomp.c/target-51.c: unknown dg option: \} for "}"

Fix-up for recent commit 01fe115ba7eafebcf97bbac9e157038a003d0c85
"libgomp.c/target-51.c: Accept more error-msg variants in dg-output".

libgomp/
* testsuite/libgomp.c/target-51.c: Fix DejaGnu directive syntax
error.

libgomp/testsuite/libgomp.c/target-51.c

index db0363bfc149d92f0b0160c211fd7aace35463d9..7ff8122861fd8538be9d3d2d782b2a3c93845426 100644 (file)
@@ -9,7 +9,7 @@
 
 /* See comment in target-50.c/target-50.c for why the output differs.  */
 
-/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but .*" } */
+/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but .*" } */
 
 int
 main ()