testsuite: powerpc: 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.

	PR target/108699

gcc/testsuite/ChangeLog:

	* gcc.target/powerpc/pr108699.c: Fix 'dg-run' typo.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-07-21 20:36:08 -05:00 committed by Kewen Lin
parent 4ab19e4611
commit 913bab282d

View File

@ -1,4 +1,4 @@
/* { dg-run } */
/* { dg-do run } */
/* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */
#define N 16