From a7fb9a041dbcf66e8bff5fefcbdae3fc842bfabc Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 27 May 2015 22:44:47 +0000 Subject: Fix PR#23647 - make_shared - second try llvm-svn: 238370 --- .../util.smartptr.shared.create/make_shared.volatile.pass.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared') diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp index 9cb4ff1a7b0..1045f9347b3 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp @@ -55,7 +55,7 @@ void test(const T &t0) int main() { -// test(true); -// test(3); -// test(5.0); + test(true); + test(3); + test(5.0); } -- cgit v1.2.3