From 188b98b5057faa1232500289154c0ab08a11ca07 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 27 May 2015 20:36:14 +0000 Subject: Revert 238354 while I figure out what broke in weak_ptr llvm-svn: 238355 --- .../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 1045f9347b3..9cb4ff1a7b0 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