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

disable the vget test for now

This commit is contained in:
Alexander Medvednikov 2019-09-28 15:00:51 +03:00
parent 0bfb88e2e6
commit e19b630ab1

View File

@ -1024,6 +1024,7 @@ fn install_v(args[]string) {
}
fn (v &V) test_vget() {
return
vexe := os.executable()
ret := os.system('$vexe install nedpals.args')
if ret != 0 {