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.
This commit is contained in:
parent
cfe2b6756c
commit
1c85b16f19
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// { dg-run }
|
||||
// { dg-do run }
|
||||
|
||||
#pragma omp begin declare target indirect
|
||||
class C
|
||||
|
|
Loading…
Add table
Reference in a new issue