diff options
author | David Chisnall <csdavec@swan.ac.uk> | 2011-09-21 14:48:49 +0000 |
---|---|---|
committer | David Chisnall <csdavec@swan.ac.uk> | 2011-09-21 14:48:49 +0000 |
commit | b25f615c588edb959545f551a25e168aafacfbfa (patch) | |
tree | 792b65cc38f0dab4917b1f4d3aa0f3ceec2d98d0 /libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp | |
parent | 7c26c04ba95cae2c7b0ecab2fb7cf5f2f381985b (diff) | |
download | bcm5719-llvm-b25f615c588edb959545f551a25e168aafacfbfa.tar.gz bcm5719-llvm-b25f615c588edb959545f551a25e168aafacfbfa.zip |
Fully-qualify some more locales in the tests...
llvm-svn: 140251
Diffstat (limited to 'libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp')
-rw-r--r-- | libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp b/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp index 4a955cb22be..def79eef44e 100644 --- a/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp +++ b/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp @@ -75,7 +75,7 @@ int main() test<wchar_t> t2; t2 = t; } - std::locale::global(std::locale("en_US")); + std::locale::global(std::locale("en_US.UTF-8")); { test<char> t; test<char> t2; |