]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: libgomp: fix dg-do run typo
authorSam James <sam@gentoo.org>
Thu, 18 Jul 2024 02:42:44 +0000 (03:42 +0100)
committerSam James <sam@gentoo.org>
Wed, 31 Jul 2024 15:09:50 +0000 (16:09 +0100)
'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here
for the test to be executed.

That said, it actually seems to be executed for me anyway, presumably
a default in the directory, but let's fix it to be consistent with
other uses in the tree and in that test directory even.

libgomp/ChangeLog:
* testsuite/libgomp.c++/declare-target-indirect-1.C: Fix 'dg-run' typo.

libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C

index 1eac6b3fa96b45d4f8e882c29416e5fc6cd1610e..bd84b492feec2b4e14447b872ff1657117a0218a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-run }
+// { dg-do run }
 
 #pragma omp begin declare target indirect
 class C