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 #17484
  • Loading branch information
Snektron committed Aug 18, 2024
1 parent f6ea6b4 commit b3f638c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions test/standalone/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b3f638c

Please sign in to comment.