Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions libcxx/test/support/test_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
//
//===----------------------------------------------------------------------===//

// This header contains several configuration defines.
// Removing the header would #ifndef TEST_FOO to unconditionally pass when
// it's optionally defined in this header.
//
// IWYU pragma: always_keep

#ifndef SUPPORT_TEST_MACROS_HPP
#define SUPPORT_TEST_MACROS_HPP

Expand Down