1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/comptime_path_not_found_err.out

7 lines
232 B
Plaintext

vlib/v/parser/tests/comptime_path_not_found_err.vv:2:15: error: template file "tempate.txt" not found
1 | fn main() {
2 | tmp := $tmpl('tempate.txt')
| ~~~~~~~~~~~~~
3 | a := tmp
4 | }