diff options
Diffstat (limited to 'libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp b/libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp index 83c55e75b4d..b25099f4d2e 100644 --- a/libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp +++ b/libcxx/test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp @@ -16,7 +16,7 @@ // ~pair() // C++17 added: -// The destructor of pair shall be a trivial destructor +// The destructor of pair shall be a trivial destructor // if (is_trivially_destructible_v<T1> && is_trivially_destructible_v<T2>) is true. |