Skip to content

Commit

Permalink
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
Browse files Browse the repository at this point in the history
These were fixed during the last few commits too. The emit_llvm_no_bin test
is renamed from the issue_12588 test.

Closes ziglang#17484
  • Loading branch information
Snektron committed Aug 18, 2024
1 parent 528f9b8 commit db99ec3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions test/standalone/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,12 @@
.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",
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit db99ec3

Please sign in to comment.