mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test-fixed: always chdir to main v folder before running the tests
This commit is contained in:
@@ -130,6 +130,9 @@ pub fn (x Expr) str() string {
|
||||
CastExpr {
|
||||
return '${it.typname}(${it.expr.str()})'
|
||||
}
|
||||
SelectorExpr {
|
||||
return '${it.expr.str()}.${it.field}'
|
||||
}
|
||||
CallExpr {
|
||||
sargs := args2str(it.args)
|
||||
if it.is_method {
|
||||
|
||||
Reference in New Issue
Block a user