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

tools: rename v test-compiler-full to v test-self

This commit is contained in:
Delyan Angelov
2021-01-19 10:41:51 +02:00
parent 85bcfdd636
commit 927606dc39
10 changed files with 48 additions and 47 deletions

View File

@ -61,7 +61,7 @@ fn main() {
}
howmany := app.api_differences.len
eprintln('NB: please, do run `git clean -xf` after this tool, or at least `find thirdparty/ |grep .o$|xargs rm`')
eprintln('otherwise, `./v test-compiler-full` may show false positives, due to .o files compiled with a cross compiler.')
eprintln('otherwise, `./v test-self` may show false positives, due to .o files compiled with a cross compiler.')
if howmany > 0 {
eprintln(term.header('Found $howmany modules with different APIs', '='))
for m in app.api_differences.keys() {