about summary refs log tree commit diff
path: root/tests/run-make/import-macro-verbatim/include
AgeCommit message (Collapse)AuthorLines
2024-07-31Fix verbatim paths used with include!Chris Denton-0/+1
When using `concat!` to join paths, the Unix path separator (`/`) is often used. This breaks on Windows if the base path is a verbatim path (i.e. starts with `\\?\`).