blob: ec77a142f4fd5f34d5e08eb0c891bae32308d991 [file] [log] [blame]
Eric Fiselier9506f142017-03-22 22:41:41 +00001// -*- 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