From: Arthur O'Dwyer Date: Sat, 1 May 2021 14:11:46 +0000 (-0400) Subject: [libc++] [test] Don't nasty-macro `__opt` yet; we actually use that one. X-Git-Tag: llvmorg-14-init~7879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cad090e10e439bf66f0fc5ff1b7fbe1a436221c;p=platform%2Fupstream%2Fllvm.git [libc++] [test] Don't nasty-macro `__opt` yet; we actually use that one. This reverts another of the macros just added in D101613, because it turns out that the and headers use the identifier __opt. --- diff --git a/libcxx/test/support/nasty_macros.h b/libcxx/test/support/nasty_macros.h index 9aa496b..f9e8cc6 100644 --- a/libcxx/test/support/nasty_macros.h +++ b/libcxx/test/support/nasty_macros.h @@ -61,7 +61,6 @@ #define __in NASTY_MACRO #define __inout NASTY_MACRO #define __nz NASTY_MACRO -#define __opt NASTY_MACRO #define __out NASTY_MACRO #define __part NASTY_MACRO #endif