Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
test_invalid_name.out
6
lines
·
6
sloc
·
241 bytes
·
82dad350a9662763cb5662669412ed4bcf7064f4
Raw
1
vlib/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() {
6
Details: Test files should have names ending with `_test.v`.
7