mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: move the test.bin output of macho_test.v to os.temp_dir()
This commit is contained in:
parent
51075ffa15
commit
bafea57622
@ -1,8 +1,10 @@
|
|||||||
|
import os
|
||||||
import v.gen.native
|
import v.gen.native
|
||||||
import v.pref
|
import v.pref
|
||||||
import v.ast
|
import v.ast
|
||||||
|
|
||||||
fn test_macho() {
|
fn test_macho() {
|
||||||
|
os.chdir(os.temp_dir())
|
||||||
mut g := native.Gen{
|
mut g := native.Gen{
|
||||||
pref: &pref.Preferences{}
|
pref: &pref.Preferences{}
|
||||||
out_name: 'test.bin'
|
out_name: 'test.bin'
|
||||||
|
Loading…
Reference in New Issue
Block a user