about summary refs log tree commit diff
path: root/src/test/codegen/debug-compile-unit-path.rs
AgeCommit message (Collapse)AuthorLines
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-02-20Test CU directory is the work_dirSimonas Kazlauskas-0/+9
Make sure that we don't regress setting of the CU directory to the working directory.