Skip to content

Commit

Permalink
test: ziglang#17484 reenable emit asm and bin and rename issue_12588 …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
maximest-pierre committed Oct 23, 2023
1 parent 4bf27da commit 7731c6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions test/standalone.zig
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,14 @@ pub const build_cases = [_]BuildCase{
.build_root = "test/standalone/install_raw_hex",
.import = @import("standalone/install_raw_hex/build.zig"),
},
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/emit_asm_and_bin",
// .import = @import("standalone/emit_asm_and_bin/build.zig"),
//},
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/issue_12588",
// .import = @import("standalone/issue_12588/build.zig"),
//},
.{
.build_root = "test/standalone/emit_asm_and_bin",
.import = @import("standalone/emit_asm_and_bin/build.zig"),
},
.{
.build_root = "test/standalone/generate_valid_llvm_ir",
.import = @import("standalone/generate_valid_llvm_ir/build.zig"),
},
.{
.build_root = "test/standalone/child_process",
.import = @import("standalone/child_process/build.zig"),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7731c6e

Please sign in to comment.