Skip to content

Commit b9a599c

Browse files
committed
[libc++] Revert "[libcxx] Fix copy_move.pass test"
This reverts commit be9f55f. The commit was both not approved by the libc++ review group, and also the only change it contained was incorrect.
1 parent 421e402 commit b9a599c

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// FIXME: In MSVC mode, even "std::function<int(int)> f(aref);" causes
1010
// allocations.
11-
// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ && libcxx-abi-version-1
11+
// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
1212

1313
// UNSUPPORTED: c++03
1414

0 commit comments

Comments
 (0)