[libc++] [test] Don't nasty-macro `__opt` yet; we actually use that one.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 1 May 2021 14:11:46 +0000 (10:11 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 1 May 2021 14:11:46 +0000 (10:11 -0400)
This reverts another of the macros just added in D101613, because it turns out
that the <optional> and <filesystem> headers use the identifier __opt.

libcxx/test/support/nasty_macros.h

index 9aa496b..f9e8cc6 100644 (file)
@@ -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