From e947f967d1e30b3973f8a789e682da57481a5ece Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 24 Aug 2016 17:37:53 +0000 Subject: Vendor import of libc++ release_39 branch r279477: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@279477 --- test/std/containers/sequences/vector.bool/construct_default.pass.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/std/containers/sequences/vector.bool/construct_default.pass.cpp') diff --git a/test/std/containers/sequences/vector.bool/construct_default.pass.cpp b/test/std/containers/sequences/vector.bool/construct_default.pass.cpp index 983d363d1940..a18ba8fbaab7 100644 --- a/test/std/containers/sequences/vector.bool/construct_default.pass.cpp +++ b/test/std/containers/sequences/vector.bool/construct_default.pass.cpp @@ -66,5 +66,9 @@ int main() test0> >(); test1 > >(min_allocator()); } + { + test0> >(); + test1 > >(explicit_allocator()); + } #endif } -- cgit v1.3