mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
native: fix macho test
This commit is contained in:
parent
66ef27a776
commit
0370d4f268
@ -9,7 +9,9 @@ fn test_macho() {
|
|||||||
pref: &pref.Preferences{}
|
pref: &pref.Preferences{}
|
||||||
out_name: 'test.bin'
|
out_name: 'test.bin'
|
||||||
table: ast.new_table()
|
table: ast.new_table()
|
||||||
cgen: native.Amd64{}
|
cgen: native.Amd64{
|
||||||
|
g: 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
g.generate_macho_header()
|
g.generate_macho_header()
|
||||||
g.generate_macho_footer()
|
g.generate_macho_footer()
|
||||||
|
Loading…
Reference in New Issue
Block a user