summaryrefslogtreecommitdiff
path: root/test/support/test_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/test_macros.h')
-rw-r--r--test/support/test_macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/support/test_macros.h b/test/support/test_macros.h
index 95270e437..257875a35 100644
--- a/test/support/test_macros.h
+++ b/test/support/test_macros.h
@@ -189,6 +189,8 @@
#define LIBCPP_ONLY(...) ((void)0)
#endif
+#define TEST_IGNORE_NODISCARD (void)
+
namespace test_macros_detail {
template <class T, class U>
struct is_same { enum { value = 0};} ;