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

@@ -37,7 +37,7 @@ fn get_all_commands() []Command {
okmsg: 'All .v files can be processed with `v fmt`. NB: the result may not always be compilable, it just means that `v fmt` does not crash.'
}
res << Command{
line: '$vexe $vargs -progress test-compiler-full'
line: '$vexe $vargs -progress test-self'
okmsg: 'There are no _test.v file regressions.'
}
res << Command{