move compiler tests to compiler/

pull/794/head
Alexander Medvednikov 2019-06-29 12:10:19 +02:00
parent 4594d78bd6
commit 761ba17018
2 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ fn new_v(args[]string) *V {
os.write_file(TmpPath + '/VROOT', lang_dir)
} else {
println('V repo not found. Cloning...')
exit(1)
exit(1)
os.mv('v', 'v.bin')
os.exec('git clone https://github.com/vlang/v')
if !os.dir_exists('v') {