]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove redundant parens in mdspan testsuite.
authorLuc Grosheintz <luc.grosheintz@gmail.com>
Mon, 21 Jul 2025 13:35:29 +0000 (15:35 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Wed, 23 Jul 2025 10:50:43 +0000 (12:50 +0200)
commit9bb9a3e284e033a30c2ef1b73d39d6efc92fd7f0
tree4d523348d02619a72751db949744f045a55d263b
parent44b24b62a44e6208d654513cf567dd6900a2fb56
libstdc++: Remove redundant parens in mdspan testsuite.

A recent commit improved the macro VERIFY to eliminate the need for
certain parens. This commit updates the test code in

  23_containers/mdspan

libstdc++-v3/ChangeLog:

* testsuite/23_containers/mdspan/extents/ctor_ints.cc: Remove
superfluous parens.
* testsuite/23_containers/mdspan/extents/ctor_shape.cc: Ditto.
* testsuite/23_containers/mdspan/mdspan.cc: Ditto.

Signed-off-by: Luc Grosheintz <luc.grosheintz@gmail.com>
libstdc++-v3/testsuite/23_containers/mdspan/extents/ctor_ints.cc
libstdc++-v3/testsuite/23_containers/mdspan/extents/ctor_shape.cc
libstdc++-v3/testsuite/23_containers/mdspan/mdspan.cc