summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp')
-rw-r--r--libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp b/libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp
index 983d363d194..a18ba8fbaab 100644
--- a/libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp
+++ b/libcxx/test/std/containers/sequences/vector.bool/construct_default.pass.cpp
@@ -66,5 +66,9 @@ int main()
test0<std::vector<bool, min_allocator<bool>> >();
test1<std::vector<bool, min_allocator<bool> > >(min_allocator<bool>());
}
+ {
+ test0<std::vector<bool, explicit_allocator<bool>> >();
+ test1<std::vector<bool, explicit_allocator<bool> > >(explicit_allocator<bool>());
+ }
#endif
}
OpenPOWER on IntegriCloud