Change test to use const variables instead of macros
authorJonathan Wakely <jwakely@redhat.com>
Mon, 11 Mar 2019 13:46:09 +0000 (13:46 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 11 Mar 2019 13:46:09 +0000 (13:46 +0000)
commit355d4eb36aeb970743537e2f9b98d4c53c9e0eab
tree7896c9d80c03dd4e95bc7bb311138f75f39e5b44
parent1a823c9ae986d2d45e6aa7867c4c8e3c200e0b5c
Change test to use const variables instead of macros

This is C++ so there's no reason to use macros here.

* testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: Use
const variables instead of macros.

From-SVN: r269585
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc