diff options
author | Sam James <sam@gentoo.org> | 2024-07-18 03:42:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-31 16:09:50 +0100 |
commit | 1c85b16f1916397886a53b70ef360618b5df7977 (patch) | |
tree | 5c1f95d0a6975e54c5df8b496ef58e4d6c036ad2 /libgomp | |
parent | cfe2b6756c691c92aa29337c6973e3b3361de5c9 (diff) | |
download | gcc-1c85b16f1916397886a53b70ef360618b5df7977.zip gcc-1c85b16f1916397886a53b70ef360618b5df7977.tar.gz gcc-1c85b16f1916397886a53b70ef360618b5df7977.tar.bz2 |
testsuite: libgomp: fix dg-do run typo
'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.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C b/libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C index 1eac6b3..bd84b49 100644 --- a/libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C +++ b/libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C @@ -1,4 +1,4 @@ -// { dg-run } +// { dg-do run } #pragma omp begin declare target indirect class C |