about summary refs log tree commit diff
path: root/tests/headers.rs
AgeCommit message (Collapse)AuthorLines
2023-12-02Tolerate hidden, binary files in tests/Peter Gerber-1/+6
Avoid scanning temporary files created by editors like this one created by Vim: ---- old_test_headers stdout ---- thread 'old_test_headers' panicked at tests/headers.rs:19:74: tests/ui/.regex.rs.swp: stream did not contain valid UTF-8 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2023-08-11Make a panic message more informative if binary files are accidentally ↵Oli Scherer-1/+1
created somewhere in the test folder
2023-04-23Add a test that checks for old style test headersAlex Macleod-0/+29