Remove trailing whitespace in test suite. Approved by Marshall Clow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,7 +20,7 @@ template<typename CharT>
|
||||
void test ( const CharT *s ) {
|
||||
typedef std::experimental::basic_string_view<CharT> string_view_t;
|
||||
typedef std::basic_string<CharT> string_t;
|
||||
|
||||
|
||||
{
|
||||
string_view_t sv1 ( s );
|
||||
string_t str = (string_t) sv1;
|
||||
|
||||
Reference in New Issue
Block a user