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:
Robin Voetter 2024-08-18 15:05:52 +02:00
parent 294ca6563e
commit 80999391d9
No known key found for this signature in database
3 changed files with 7 additions and 9 deletions

View File

@ -51,14 +51,12 @@
.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",
}, },