v2 / vlib / v / checker / tests / test_invalid_name.out
6 lines · 6 sloc · 241 bytes · 82dad350a9662763cb5662669412ed4bcf7064f4
Raw
1vlib/v/checker/tests/test_invalid_name.vv:1:1: error: invalid test file name `test_invalid_name.vv`
2 1 | module custom
3 | ~~~~~~~~~~~~~
4 2 |
5 3 | fn test_result() {
6Details: Test files should have names ending with `_test.v`.
7