From 53a420fba21cf1644972b34dcd811a43cdb8368d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:18:58 +0000 Subject: Vendor import of libc++ trunk r290819: https://llvm.org/svn/llvm-project/libcxx/trunk@290819 --- .../utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp') diff --git a/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp b/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp index c5941618180d..1d0c7b49aaaa 100644 --- a/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp +++ b/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp @@ -27,8 +27,8 @@ int main() { { - typedef std::pair T0; - typedef std::tuple T1; + typedef std::pair T0; + typedef std::tuple T1; T0 t0(2, 3); T1 t1(std::allocator_arg, A1(5), t0); assert(std::get<0>(t1) == 2); -- cgit v1.2.3