From dec8905e1386fba8180c05457a1686afcad795ce Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 14 Nov 2018 03:06:06 +0000 Subject: [libcxx] [test] Strip trailing whitespace. NFC. llvm-svn: 346826 --- .../std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp') diff --git a/libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp b/libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp index 24e3fb27349..54216c2979f 100644 --- a/libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp +++ b/libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp @@ -7,7 +7,7 @@ // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------------------------------------------===// -// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17 +// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17 // @@ -38,7 +38,7 @@ void testRuntimeSpan(Span sp) assert(spBytes.extent == std::dynamic_extent); else assert(spBytes.extent == static_cast(sizeof(typename Span::element_type)) * sp.extent); - + assert(static_cast(spBytes.data()) == static_cast(sp.data())); assert(spBytes.size() == sp.size_bytes()); } -- cgit v1.2.3