[libcxx] [test] Untabify, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
int main()
|
||||
{
|
||||
#if TEST_STD_VER > 14
|
||||
const int *p = std::addressof<const int>(0);
|
||||
const int *p = std::addressof<const int>(0);
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
|
||||
@@ -71,7 +71,7 @@ int main()
|
||||
std::uninitialized_copy(b, b+2, bp);
|
||||
for (int i = 0; i < 2; ++i)
|
||||
assert(bp[i].data_ == 1);
|
||||
assert(B::population_ == N + 2);
|
||||
assert(B::population_ == N + 2);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user