summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-05 00:44:27 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-05 00:44:27 +0000
commitc099010ed7f7e25e743d3e8c5a081f063b570f8e (patch)
tree955b8415698e09ffb397ad23310b73eb2b27153a /libcxx/test
parentade32237dcf5546f7a33620d99895685c4c66ebc (diff)
downloadbcm5719-llvm-c099010ed7f7e25e743d3e8c5a081f063b570f8e.tar.gz
bcm5719-llvm-c099010ed7f7e25e743d3e8c5a081f063b570f8e.zip
[libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC.
llvm-svn: 310157
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/std/input.output/string.streams/stringstream.cons/string.pass.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/libcxx/test/std/input.output/string.streams/stringstream.cons/string.pass.cpp b/libcxx/test/std/input.output/string.streams/stringstream.cons/string.pass.cpp
index f808bcd14de..b87f7eb92e5 100644
--- a/libcxx/test/std/input.output/string.streams/stringstream.cons/string.pass.cpp
+++ b/libcxx/test/std/input.output/string.streams/stringstream.cons/string.pass.cpp
@@ -57,12 +57,12 @@ int main()
assert(ss.str() == L"456 1236 ");
}
{ // This is https://bugs.llvm.org/show_bug.cgi?id=33727
- typedef std::basic_string <char, std::char_traits<char>, NoDefaultAllocator<char> > S;
- typedef std::basic_stringbuf<char, std::char_traits<char>, NoDefaultAllocator<char> > SB;
+ typedef std::basic_string <char, std::char_traits<char>, NoDefaultAllocator<char> > S;
+ typedef std::basic_stringbuf<char, std::char_traits<char>, NoDefaultAllocator<char> > SB;
- S s(NoDefaultAllocator<char>(1));
- SB sb(s);
- // This test is not required by the standard, but *where else* could it get the allocator?
- assert(sb.str().get_allocator() == s.get_allocator());
+ S s(NoDefaultAllocator<char>(1));
+ SB sb(s);
+ // This test is not required by the standard, but *where else* could it get the allocator?
+ assert(sb.str().get_allocator() == s.get_allocator());
}
}
OpenPOWER on IntegriCloud