aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-07-19 19:10:27 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-07-19 19:10:27 -0400
commitb9a599cfe203a3be90a57819c6dd77ef853fdbfa (patch)
treec094ff3ea139c6b8baa1acc98747cd6c8e4fce80 /libcxx
parent421e4026111315d002879b1e7a0cf3aacd00f488 (diff)
downloadllvm-b9a599cfe203a3be90a57819c6dd77ef853fdbfa.zip
llvm-b9a599cfe203a3be90a57819c6dd77ef853fdbfa.tar.gz
llvm-b9a599cfe203a3be90a57819c6dd77ef853fdbfa.tar.bz2
[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.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp2
1 files changed, 1 insertions, 1 deletions
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<int(int)> 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