From 97d8d6ab38224d689b96beae3c38860eb6131039 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 9 Mar 2020 15:03:16 -0400 Subject: [PATCH] [libc++] Enable std::function ABI bug demonstration on Apple Clang too --- .../function.objects/abi_bug_cxx03_cxx11_example.sh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp b/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp index 1d43ff6711cd..2fc2f32d8a95 100644 --- a/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp +++ b/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// REQUIRES: clang +// REQUIRES: clang || apple-clang // XFAIL: * // This tests is meant to demonstrate an existing ABI bug between the