native: fix macho test
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