This had been failing since a mass renaming. Noticed it a few times
before but somehow never got around to fixing it.
2019-10-31 Richard Sandiford <richard.sandiford@arm.com>
gcc/testsuite/
* g++.target/aarch64/sve/vcond_1_run.C: Update test name.
From-SVN: r277683
+2019-10-31 Richard Sandiford <richard.sandiford@arm.com>
+
+ * g++.target/aarch64/sve/vcond_1_run.C: Update test name.
+
2019-10-31 Richard Sandiford <richard.sandiford@arm.com>
* gcc.target/aarch64/sve/vcond_4.c: Split parts out into...
/* { 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]))