diff options
Diffstat (limited to 'libcxx/test/std')
-rw-r--r-- | libcxx/test/std/language.support/support.types/max_align_t.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/language.support/support.types/max_align_t.pass.cpp b/libcxx/test/std/language.support/support.types/max_align_t.pass.cpp index dc202897aa7..b7fe0ac647e 100644 --- a/libcxx/test/std/language.support/support.types/max_align_t.pass.cpp +++ b/libcxx/test/std/language.support/support.types/max_align_t.pass.cpp @@ -10,7 +10,7 @@ #include <cstddef> #include <type_traits> -// max_align_t is a trivial standard-layout type whose alignment requirement +// max_align_t is a trivial standard-layout type whose alignment requirement // is at least as great as that of every scalar type #include <stdio.h> diff --git a/libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp b/libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp index 3841cb53368..0afab685f91 100644 --- a/libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp +++ b/libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp @@ -46,5 +46,5 @@ int main() constexpr AL a3{a2}; (void) a3; } - + } |