mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tests: cleanup legacy temp path (#19716)
This commit is contained in:
parent
3708061d61
commit
e465f7490c
35 changed files with 69 additions and 65 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import stbi
|
||||
|
||||
const tfolder = os.join_path(os.vtmp_dir(), 'v', 'stbi')
|
||||
const tfolder = os.join_path(os.vtmp_dir(), 'stbi')
|
||||
|
||||
fn testsuite_begin() {
|
||||
os.mkdir_all(tfolder) or {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue