mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
These were fixed during the last few commits too. The emit_llvm_no_bin test is renamed from the issue_12588 test. Closes #17484
This commit is contained in:
parent
294ca6563e
commit
80999391d9
@ -51,16 +51,14 @@
|
|||||||
.install_raw_hex = .{
|
.install_raw_hex = .{
|
||||||
.path = "install_raw_hex",
|
.path = "install_raw_hex",
|
||||||
},
|
},
|
||||||
// https://github.com/ziglang/zig/issues/17484
|
.emit_asm_and_bin = .{
|
||||||
//.emit_asm_and_bin = .{
|
.path = "emit_asm_and_bin",
|
||||||
// .path = "emit_asm_and_bin",
|
},
|
||||||
//},
|
.emit_llvm_no_bin = .{
|
||||||
// https://github.com/ziglang/zig/issues/17484
|
.path = "emit_llvm_no_bin",
|
||||||
//.issue_12588 = .{
|
},
|
||||||
// .path = "issue_12588",
|
|
||||||
//},
|
|
||||||
.emit_asm_no_bin = .{
|
.emit_asm_no_bin = .{
|
||||||
.path = "emit_asm_no_bin",
|
.path = "emit_asm_no_bin",
|
||||||
},
|
},
|
||||||
.child_process = .{
|
.child_process = .{
|
||||||
.path = "child_process",
|
.path = "child_process",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user