mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: cleanup check_os_api_parity.v
This commit is contained in:
parent
9b78d7d21d
commit
999b4a47c1
@ -60,8 +60,6 @@ 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-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() {
|
||||
|
Loading…
Reference in New Issue
Block a user