Eric Fiselier | 9506f14 | 2017-03-22 22:41:41 +0000 | [diff] [blame^] | 1 | // -*- C++ -*- |
| 2 | //===---------------------------- test_macros.h ---------------------------===// |
| 3 | // |
| 4 | // The LLVM Compiler Infrastructure |
| 5 | // |
| 6 | // This file is dual licensed under the MIT and the University of Illinois Open |
| 7 | // Source Licenses. See LICENSE.TXT for details. |
| 8 | // |
| 9 | //===----------------------------------------------------------------------===// |
| 10 | |
| 11 | #ifndef SUPPORT_TEST_WORKAROUNDS_H |
| 12 | #define SUPPORT_TEST_WORKAROUNDS_H |
| 13 | |
| 14 | #include "test_macros.h" |
| 15 | |
| 16 | #if defined(TEST_COMPILER_C1XX) |
| 17 | # define TEST_WORKAROUND_C1XX_BROKEN_NULLPTR_CONVERSION_OPERATOR |
| 18 | #endif |
| 19 | |
| 20 | #endif // SUPPORT_TEST_WORKAROUNDS_H |