From b9a599cfe203a3be90a57819c6dd77ef853fdbfa Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 19 Jul 2023 19:10:27 -0400 Subject: [libc++] Revert "[libcxx] Fix copy_move.pass test" This reverts commit be9f55f4fff47badcdca17be5bcc0a4a15894739. The commit was both not approved by the libc++ review group, and also the only change it contained was incorrect. --- .../func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx') diff --git a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp index a55069c..6ad6e2a 100644 --- a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp @@ -8,7 +8,7 @@ // FIXME: In MSVC mode, even "std::function f(aref);" causes // allocations. -// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ && libcxx-abi-version-1 +// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ // UNSUPPORTED: c++03 -- cgit v1.1