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:
@ -3,9 +3,8 @@ module main
|
||||
// / This file will get compiled as a part of the same module,
|
||||
// / in which a given _test.v file is, when v is given -stats argument
|
||||
// / The methods defined here are called back by the test program's
|
||||
// / main function, generated by compiler/main.v so that customizing the
|
||||
// / look & feel of the results is easy, since it is done in normal V
|
||||
// / code, instead of in embedded C ...
|
||||
// / main function, so that customizing the look & feel of the results
|
||||
// / is easy, since it is done in normal V code, instead of in embedded C ...
|
||||
// /////////////////////////////////////////////////////////////////////
|
||||
import os
|
||||
import benchmark
|
||||
|
@ -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') {
|
||||
|
Reference in New Issue
Block a user