From becf15527583380b510ce269ee51abd364551f13 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 14 Sep 2020 16:12:47 -0400 Subject: [PATCH] [libc++] Add comment in atomic test to explain why part of it is disabled on Apple --- libcxx/test/std/atomics/types.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/test/std/atomics/types.pass.cpp b/libcxx/test/std/atomics/types.pass.cpp index 5740b75..891bbbb 100644 --- a/libcxx/test/std/atomics/types.pass.cpp +++ b/libcxx/test/std/atomics/types.pass.cpp @@ -155,7 +155,7 @@ int main(int, char**) test(); test(); -#ifndef __APPLE__ +#ifndef __APPLE__ // Apple doesn't ship libatomic /* These aren't going to be lock-free, so some libatomic.a is necessary. -- 2.7.4