mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +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
3 changed files with 7 additions and 9 deletions
|
|
@ -51,16 +51,14 @@
|
|||
.install_raw_hex = .{
|
||||
.path = "install_raw_hex",
|
||||
},
|
||||
// https://github.com/ziglang/zig/issues/17484
|
||||
//.emit_asm_and_bin = .{
|
||||
// .path = "emit_asm_and_bin",
|
||||
//},
|
||||
// https://github.com/ziglang/zig/issues/17484
|
||||
//.issue_12588 = .{
|
||||
// .path = "issue_12588",
|
||||
//},
|
||||
.emit_asm_and_bin = .{
|
||||
.path = "emit_asm_and_bin",
|
||||
},
|
||||
.emit_llvm_no_bin = .{
|
||||
.path = "emit_llvm_no_bin",
|
||||
},
|
||||
.emit_asm_no_bin = .{
|
||||
.path = "emit_asm_no_bin",
|
||||
.path = "emit_asm_no_bin",
|
||||
},
|
||||
.child_process = .{
|
||||
.path = "child_process",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue