llvm-project/libcxx/test/support/module.modulemap
Nikolas Klauser 3519aaecef Reapply "[libc++] Add test_iterators.h to the modulemap (#181351)"
Another test committed recently was missing an include.

This reverts commit ab88d9af5371ef62a636fc780c88cf6d3487c584.
2026-02-16 08:09:55 +01:00

12 lines
351 B
Plaintext

module test_config {
module test_macros { textual header "test_macros.h" }
}
module test {
module double_move_tracker { header "double_move_tracker.h" }
module test_allocator { header "test_allocator.h" }
module test_iterators { header "test_iterators.h" }
module type_algorithms { header "type_algorithms.h" }
}