aarch64: [testsuite] Fix typo in diagnostic message
authorAndrea Corallo <andrea.corallo@arm.com>
Wed, 21 Oct 2020 06:48:16 +0000 (08:48 +0200)
committerAndrea Corallo <andrea.corallo@arm.com>
Wed, 21 Oct 2020 07:19:07 +0000 (09:19 +0200)
gcc/testsuite/ChangeLog

2020-10-21  Andrea Corallo  <andrea.corallo@arm.com>

* gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c (CMT):
Adopt the same style used in the rest of the file.

gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c

index 3329e6bbb54eb46d6e45ec11fefe4384561665c1..45062d9a4c5f353fe2f36fb84888dfbab61944ba 100644 (file)
@@ -476,7 +476,7 @@ void exec_vstX_lane (void)
 
   TEST_ALL_EXTRA_CHUNKS(2, 1);
 #undef CMT
-#define CMT " chunk 1"
+#define CMT " (chunk 1)"
   CHECK(TEST_MSG, int, 8, 8, PRIx8, expected_st2_1, CMT);
   CHECK(TEST_MSG, int, 16, 4, PRIx16, expected_st2_1, CMT);
   CHECK(TEST_MSG, int, 32, 2, PRIx32, expected_st2_1, CMT);