summary refs log tree commit diff stats
path: root/tests/pragmas/tcompile_missing_file.nim
Commit message (Collapse)AuthorAgeFilesLines
* Check file exists in `{.compile.}` pragma (#21105)Jake Leahy2022-12-151-0/+5
* Add test * Check file exists before adding it into compilation * Make error message look like other error messages i.e. following the format `error msg: file`