testsuite: Fix another syntax problem in slp-3.c
authorRobin Dapp <rdapp@linux.ibm.com>
Tue, 7 Mar 2023 13:00:56 +0000 (14:00 +0100)
committerRobin Dapp <rdapp@linux.ibm.com>
Tue, 7 Mar 2023 15:42:56 +0000 (16:42 +0100)
commitb2b841fa25513a87fcb6e8195c2ad3ea354426d4
tree5c6dc3371ee00f76e4e90247af201bd0e9f16ce5
parent0d573c1f002fa77a4483aa9ebe310746a313082e
testsuite: Fix another syntax problem in slp-3.c

This fixes another syntax error in slp-3.c.  I missed a '{ ... }' in
order to properly exclude s390_vx.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/slp-3.c: Add '{ ... }'.
gcc/testsuite/gcc.dg/vect/slp-3.c