tools: cleanup check_os_api_parity.v
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