mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix error messages and add checker tests
* checker: fix error messages * tests: fix command and ignore defect output
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -84,3 +84,7 @@ cachegrind.out.*
|
||||
/thirdparty/pg
|
||||
exe
|
||||
vlib/v/tests/inout/*.v
|
||||
!vlib/v/tests/inout/*_test.v
|
||||
vlib/v/checker/tests/inout/*.v
|
||||
vlib/v/checker/tests/inout/*.c
|
||||
!vlib/v/checker/tests/inout/*_test.v
|
||||
|
Reference in New Issue
Block a user