forked from OSchip/llvm-project
[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 <optional> and <filesystem> headers use the identifier __opt.
This commit is contained in:
parent
8a5e0d9563
commit
9cad090e10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue