diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2018-11-14 03:06:06 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2018-11-14 03:06:06 +0000 |
commit | dec8905e1386fba8180c05457a1686afcad795ce (patch) | |
tree | ccf4489401b53218b2751e0b7a3baa9b9a6f253b /libcxx/test/std/containers/views/span.obs/size.pass.cpp | |
parent | da419bdb5e3e167ea90c6923660059f35fa17d67 (diff) | |
download | bcm5719-llvm-dec8905e1386fba8180c05457a1686afcad795ce.tar.gz bcm5719-llvm-dec8905e1386fba8180c05457a1686afcad795ce.zip |
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 346826
Diffstat (limited to 'libcxx/test/std/containers/views/span.obs/size.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/views/span.obs/size.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/containers/views/span.obs/size.pass.cpp b/libcxx/test/std/containers/views/span.obs/size.pass.cpp index c33fd3f6c61..16f1b6a7ef7 100644 --- a/libcxx/test/std/containers/views/span.obs/size.pass.cpp +++ b/libcxx/test/std/containers/views/span.obs/size.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 // <span> |