This had been failing since a mass renaming.  Noticed it a few times
before but somehow never got around to fixing it.

Tested on aarch64-linux-gnu and applied as r277683.

Richard


2019-10-31  Richard Sandiford  <richard.sandif...@arm.com>

gcc/testsuite/
        * g++.target/aarch64/sve/vcond_1_run.C: Update test name.

Index: gcc/testsuite/g++.target/aarch64/sve/vcond_1_run.C
===================================================================
--- gcc/testsuite/g++.target/aarch64/sve/vcond_1_run.C  2019-03-08 
18:14:42.456946544 +0000
+++ gcc/testsuite/g++.target/aarch64/sve/vcond_1_run.C  2019-10-31 
17:29:06.660809470 +0000
@@ -2,7 +2,7 @@
 /* { dg-options "-O" } */
 /* { dg-options "-O -msve-vector-bits=256" { target aarch64_sve256_hw } } */
 
-#include "sve_vcond_1.c"
+#include "vcond_1.C"
 
 #define NUM_ELEMS(X) (sizeof (X) / sizeof (X[0]))
 

Reply via email to