Remove a couple tabs that crept in

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@262932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2016-03-08 15:45:06 +00:00
parent f532a70b63
commit ee208ca378

View File

@@ -67,12 +67,12 @@ int main()
}
#endif
#if TEST_STD_VER > 14
{
{
typedef std::string S;
S s1(""); test_nonconst(s1);
S s2("abcde"); test_nonconst(s2);
S s3("abcdefghij"); test_nonconst(s3);
S s4("abcdefghijklmnopqrst"); test_nonconst(s4);
}
}
#endif
}