tests: move the test.bin output of macho_test.v to os.temp_dir()
parent
51075ffa15
commit
bafea57622
|
@ -1,8 +1,10 @@
|
|||
import os
|
||||
import v.gen.native
|
||||
import v.pref
|
||||
import v.ast
|
||||
|
||||
fn test_macho() {
|
||||
os.chdir(os.temp_dir())
|
||||
mut g := native.Gen{
|
||||
pref: &pref.Preferences{}
|
||||
out_name: 'test.bin'
|
||||
|
|
Loading…
Reference in New Issue