Fix inaccurate comment in new test

* testsuite/29_atomics/atomic_float/1.cc: Fix comment.

From-SVN: r273448
This commit is contained in:
Jonathan Wakely 2019-07-12 16:45:16 +01:00 committed by Jonathan Wakely
parent c3a7a7b8ab
commit b979ca0ffd
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2019-07-12 Jonathan Wakely <jwakely@redhat.com>
* testsuite/29_atomics/atomic_float/1.cc: Fix comment.
* include/experimental/string_view (__detail::__idt): Remove.
(operator==, operator!=, operator<, operator>, operator<=, operator>=):
Use __type_identity_t instead of __detail::__idt;

View file

@ -476,7 +476,7 @@ test03()
VERIFY( a0 == 13.2l );
}
// Repeat for volatile std::atomic<double>
// Repeat for volatile std::atomic<long double>
if constexpr (std::atomic<long double>::is_always_lock_free)
{
volatile std::atomic<long double> a0;