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

docs: update obsolete references to the compiler/ folder

This commit is contained in:
Delyan Angelov
2020-05-22 10:11:12 +03:00
parent 7a4f26ac4f
commit 1cc52b0fae
3 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ fn v_test_compiler(vargs string) {
parent_dir := os.dir(vexe)
testing.vlib_should_be_present(parent_dir)
// Changing the current directory is needed for some of the compiler tests,
// compiler/tests/local_test.v and compiler/tests/repl/repl_test.v
// vlib/v/tests/local_test.v and vlib/v/tests/repl/repl_test.v
os.chdir(parent_dir)
/*
if !os.exists(parent_dir + '/v.v') {